index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
compat_mq.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-11
USB: core: fix sparse warning for static function
Felipe Balbi
1
-1
/
+1
2009-12-11
USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDIS
Michal Nazarewicz
3
-10
/
+21
2009-12-11
USB: Check bandwidth when switching alt settings.
Sarah Sharp
4
-22
/
+149
2009-12-11
USB: Refactor code to find alternate interface settings.
Sarah Sharp
3
-10
/
+43
2009-12-11
USB: xhci: Fix command completion after a drop endpoint.
Sarah Sharp
1
-16
/
+20
2009-12-11
USB: xhci: Make reverting an alt setting "unfailable".
Sarah Sharp
3
-18
/
+94
2009-12-11
USB: usbtmc: Use usb_clear_halt() instead of custom code.
Sarah Sharp
1
-28
/
+8
2009-12-11
USB: xhci: Add correct email and files to MAINTAINERS entry.
Sarah Sharp
1
-1
/
+3
2009-12-11
USB: ehci-omap.c: introduce missing kfree
Julia Lawall
1
-1
/
+2
2009-12-11
USB: xhci-mem.c: introduce missing kfree
Julia Lawall
1
-1
/
+4
2009-12-11
USB: add remove_id sysfs attr for usb drivers
CHENG Renquan
2
-9
/
+104
2009-12-11
USB: g_multi kconfig: fix depends and help text
Randy Dunlap
1
-7
/
+7
2009-12-11
USB: option: add pid for ZTE
zhao.ming9@zte.com.cn
1
-0
/
+36
2009-12-11
USB: wusb: correctly check size of security descriptor.
David Vrabel
1
-3
/
+3
2009-12-11
USB: wusb: don't leak urb in certain error cases
David Vrabel
1
-4
/
+3
2009-12-11
USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE.
David Vrabel
1
-11
/
+11
2009-12-11
USB: usb-storage: fix bug in fill_inquiry
Alan Stern
1
-7
/
+8
2009-12-11
USB: usb-storage: add BAD_SENSE flag
Alan Stern
5
-5
/
+28
2009-12-11
USB: prepare for changover to Runtime PM framework
Alan Stern
5
-113
/
+74
2009-12-11
USB: add devpath sysfs attribute
Greg Kroah-Hartman
1
-1
/
+12
2009-12-11
USB: twl4030: Enable USB regulators before enabling USB charging
Aguilar Pena, Leed
1
-2
/
+2
2009-12-11
USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
Andre Herms
1
-4
/
+10
2009-12-11
USB: musb_gadget: remove pointless loop
Sergei Shtylyov
1
-92
/
+82
2009-12-11
USB: musb_gadget_ep0: stop abusing musb_gadget_set_halt()
Sergei Shtylyov
2
-27
/
+38
2009-12-11
USB: musb_gadget: implement set_wedge() method
Sergei Shtylyov
3
-2
/
+26
2009-12-11
USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
Sergei Shtylyov
1
-1
/
+0
2009-12-11
USB: MUSB: save hardware revision at init
Anand Gadiyar
2
-6
/
+12
2009-12-11
USB: musb: fix printf warning in debug code
Mike Frysinger
1
-1
/
+1
2009-12-11
USB: musb: Blackfin code needs NOP_USB_XCEIV too
Cliff Cai
1
-2
/
+1
2009-12-11
USB: musb: error out when anomaly 05000380 is applicable
Sonic Zhang
1
-0
/
+10
2009-12-11
USB: musb: clear the Blackfin interrupt pending bits early in the ISR
Cliff Cai
1
-5
/
+5
2009-12-11
USB: musb: fix musb_platform_set_mode() definition
Bryan Wu
1
-1
/
+2
2009-12-11
USB: musb: add work around for Blackfin anomaly 05000456
Sonic Zhang
1
-0
/
+11
2009-12-11
USB: musb: add notes for Blackfin anomalies
Sonic Zhang
1
-0
/
+27
2009-12-11
USB: musb: update Blackfin processor dependency
Sonic Zhang
1
-1
/
+1
2009-12-11
USB: musb: kill some useless comments in Blackfin driver
Bryan Wu
1
-4
/
+0
2009-12-11
USB: musb: kill compile warning for Blackfin systems
Bryan Wu
1
-2
/
+2
2009-12-11
USB: musb: tweak musb_read_fifo() to avoid unused warnings
Mike Frysinger
1
-4
/
+5
2009-12-11
USB: xhci: Handle errors that cause endpoint halts.
Sarah Sharp
1
-19
/
+60
2009-12-11
USB: xhci: Return success for vendor-specific info codes.
Sarah Sharp
1
-0
/
+10
2009-12-11
USB: xhci: Return -EPROTO on a split transaction error.
Sarah Sharp
1
-0
/
+1
2009-12-11
USB: xhci: Set transfer descriptor size field correctly.
Sarah Sharp
2
-6
/
+24
2009-12-11
USB: g_multi: Multifunction Composite Gadget added
Michal Nazarewicz
3
-0
/
+399
2009-12-11
USB: g_mass_storage: thread_exits callback added
Michal Nazarewicz
2
-14
/
+29
2009-12-11
USB: composite: usb_composite_unregister() no longer __exit
Michal Nazarewicz
1
-2
/
+3
2009-12-11
USB: g_mass_storage: most data moved to fsg_common
Michal Nazarewicz
1
-582
/
+648
2009-12-11
USB: g_mass_storage: code cleaned up and comments updated
Michal Nazarewicz
3
-294
/
+387
2009-12-11
USB: g_mass_storage: lun_name_format and thread_name added
Michal Nazarewicz
1
-5
/
+17
2009-12-11
USB: g_mass_storage: fsg_config added & module params handlig changed
Michal Nazarewicz
2
-96
/
+178
2009-12-11
USB: g_mass_storage: Mass Storage Function created
Michal Nazarewicz
6
-500
/
+426
[next]