index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-16
USB: Support for addressing a USB device under xHCI
Sarah Sharp
4
-20
/
+78
2009-06-16
USB: xhci: Root hub support.
Sarah Sharp
6
-5
/
+390
2009-06-16
USB: Add route string to struct usb_device.
Sarah Sharp
2
-2
/
+10
2009-06-16
USB: Don't reset USB 3.0 devices on port change detection.
Sarah Sharp
1
-6
/
+36
2009-06-16
USB: Add USB 3.0 roothub support to USB core.
Sarah Sharp
3
-2
/
+77
2009-06-16
USB: Add SuperSpeed to the list of USB device speeds.
Sarah Sharp
6
-4
/
+32
2009-06-16
USB: xhci: No-op command queueing and irq handler.
Sarah Sharp
6
-13
/
+647
2009-06-16
USB: xhci: Device context array allocation.
Sarah Sharp
2
-0
/
+196
2009-06-16
USB: xhci: Ring allocation and initialization.
Sarah Sharp
4
-1
/
+686
2009-06-16
USB: xhci: BIOS handoff and HW initialization.
Sarah Sharp
7
-2
/
+788
2009-06-16
USB: xhci: Support xHCI host controllers and USB 3.0 devices.
Sarah Sharp
3
-0
/
+826
2009-06-16
USB: usbtmc: fix switch statment
Greg Kroah-Hartman
1
-0
/
+6
2009-06-16
USB: usbtest fix endless loop in unlink tests.
Martin Fuzzey
1
-14
/
+25
2009-06-16
USB: atmel_usba_udc: change way of specifying bias function
Nicolas Ferre
1
-8
/
+8
2009-06-16
USB: Avoid PM error messages during resume if a device was disconnected
Frans Pop
1
-1
/
+9
2009-06-16
USB: Add Intel Langwell USB OTG Transceiver Drive
Hao Wu
4
-0
/
+2107
2009-06-16
USB: Add Intel Langwell USB Device Controller driver
Xiaochen Shen
6
-0
/
+3941
2009-06-16
USB: usb-serial: replace shutdown with disconnect, release
Alan Stern
37
-198
/
+297
2009-06-16
USB: usb-serial: call port_probe and port_remove at the right times
Alan Stern
3
-18
/
+41
2009-06-16
USB: gadget: add USB Audio Gadget driver
Bryan Wu
6
-0
/
+1400
2009-06-16
USB: audio: add USB audio class definitions
Bryan Wu
1
-2
/
+263
2009-06-16
USB: Gadget driver for Samsung HS/OtG block
Ben Dooks
5
-0
/
+3711
2009-06-16
USB: gadget: Add i.MX3x support to the fsl_usb2_udc driver
Guennadi Liakhovetski
5
-24
/
+164
2009-06-16
USB: usb_serial: only allow sysrq on a console port
Jason Wessel
1
-1
/
+1
2009-06-16
USB: pl2303 usb_serial: implement sysrq handling on break
Jason Wessel
1
-1
/
+4
2009-06-16
USB: gadget : Fix RNDIS code to pass USB Compliance tests (USBCV) with g_ether
Maulik Mankad
1
-1
/
+3
2009-06-16
USB: cdc-acm: quirk for Alcatel OT-I650
Kir Kolyshkin
1
-0
/
+3
2009-06-16
USB: gadget: imx_udc: don't queue more data when zlp is to be sent
Daniel Glöckner
1
-0
/
+7
2009-06-16
USB: gadget: g_serial: append zlp when tx buffer becomes empty
Daniel Glöckner
1
-0
/
+1
2009-06-16
USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...
FUJITA Tomonori
1
-4
/
+4
2009-06-16
USB: EHCI: update toggle state for linked QHs
Alan Stern
9
-18
/
+53
2009-06-16
USB: r8a66597-hcd: use platform_data instead of module_param
Yoshihiro Shimoda
3
-50
/
+92
2009-06-16
USB: usb-storage: add filter to "option_ms" to leave unrecognized devices alone
Josua Dietze
1
-52
/
+69
2009-06-16
USB: EHCI: stagger frames for interrupt transfers
Alan Stern
2
-3
/
+6
2009-06-16
USB: usb-storage: fix return values from init functions
Alan Stern
2
-5
/
+5
2009-06-16
usb: musb: disable OTG AUTOIDLE only with omap3430
Niilo Minkkinen
1
-1
/
+6
2009-06-16
USB: support for cdc-acm of single interface devices
Oliver Neukum
2
-12
/
+58
2009-06-16
+ drivers-usb-serial-sierrac-fix-printk-warning.patch added to -mm tree
Andrew Morton
1
-1
/
+1
2009-06-16
USB: imx_udc: fix leak in imx_ep_alloc_request()
Daniel Mack
1
-2
/
+5
2009-06-16
usb: convert endpoint devices to bus-less childs of the usb interface
Kay Sievers
4
-170
/
+29
2009-06-16
USB: serial: sierra driver sierra_calc_num_ports() fix
Elina Pasheva
1
-35
/
+14
2009-06-16
USB: serial: sierra driver interrupt urb resubmit fix
Elina Pasheva
1
-4
/
+3
2009-06-16
USB: serial: sierra driver zero length packet fix
Elina Pasheva
1
-1
/
+4
2009-06-16
USB: serial: ftd_sio: implement sysrq handling on break
Jason Wessel
1
-2
/
+6
2009-06-16
USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial break
Jason Wessel
3
-12
/
+91
2009-06-16
USB: serial: ftd_sio usb: move status check
Jason Wessel
1
-5
/
+5
2009-06-16
USB: usb_debug, usb_generic_serial: implement multi urb write
Jason Wessel
3
-7
/
+120
2009-06-16
USB: serial: sierra driver read path bug fix
Elina Pasheva
1
-11
/
+17
2009-06-16
USB: serial: sierra driver write path improvements
Elina Pasheva
1
-17
/
+35
2009-06-16
USB: janitor storage initializers
Pete Zaitcev
1
-6
/
+8
[next]