| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: more u32 conversion after transfer_buffer_length and actual_length | Roel Kluin | 2009-03-25 | 5 | -25/+18 |
* | USB: Fix cp2101 USB serial device driver termios functions for console use | VomLehn | 2009-03-25 | 1 | -10/+43 |
* | USB: CP2101 New Device ID | Alex Stephens | 2009-03-25 | 1 | -0/+1 |
* | USB: ipaq: handle 4 endpoint devices | Mark Ellis | 2009-03-25 | 1 | -6/+37 |
* | USB: S3C: Move usb-control.h to platform include | Ben Dooks | 2009-03-25 | 3 | -6/+6 |
* | USB: ohci-hcd: Add ARCH_S3C24XX to the ohci-s3c2410.c glue | Ben Dooks | 2009-03-25 | 1 | -1/+1 |
* | USB: pedantic: spelling correction in comment for ch9.h | D.J. Capelis | 2009-03-25 | 1 | -1/+1 |
* | USB: host: fix sparse warning: Using plain integer as NULL pointer | Hannes Eder | 2009-03-25 | 1 | -1/+1 |
* | USB: ohci-s3c2410: fix name of bus clock | Ben Dooks | 2009-03-25 | 1 | -1/+1 |
* | USB: ohci-s3c2410: remove <mach/hardware.h> include | Ben Dooks | 2009-03-25 | 1 | -1/+0 |
* | USB: serial: rename cp2101 driver to cp210x | Greg Kroah-Hartman | 2009-03-25 | 3 | -6/+6 |
* | USB: CP2101 Reduce Error Logging | Craig Shelley | 2009-03-25 | 1 | -12/+7 |
* | USB: CP2101 Support AN205 baud rates | Craig Shelley | 2009-03-25 | 1 | -40/+52 |
* | USB: use kzfree() | Johannes Weiner | 2009-03-25 | 2 | -4/+2 |
* | USB: usbfs: remove unneeded "inline" annotations | Alan Stern | 2009-03-25 | 1 | -6/+6 |
* | USB: don't send Set-Interface after reset | Alan Stern | 2009-03-25 | 1 | -7/+16 |
* | USB: remove phidget drivers from kernel tree. | Greg Kroah-Hartman | 2009-03-25 | 7 | -1678/+0 |
* | USB: make actual_length in struct urb field u32 | Greg Kroah-Hartman | 2009-03-25 | 2 | -2/+2 |
* | USB: make transfer_buffer_lengths in struct urb field u32 | Greg Kroah-Hartman | 2009-03-25 | 6 | -9/+9 |
* | USB: uhci: don't use pseudo negative values | Alan Stern | 2009-03-25 | 2 | -8/+7 |
* | USB: TWL: disable VUSB regulators when cable unplugged | Jouni Hogander | 2009-03-25 | 2 | -10/+65 |
* | USB: usbmon: Add binary API v1 | Pete Zaitcev | 2009-03-25 | 2 | -33/+136 |
* | USB: ch341 serial: fix port number changed after resume | Ming Lei | 2009-03-25 | 1 | -0/+22 |
* | USB: musb: partial DaVinci dm355 support | David Brownell | 2009-03-25 | 3 | -30/+62 |
* | USB: musb: only turn off vbus in OTG hosts | Ajay Kumar Gupta | 2009-03-25 | 1 | -1/+1 |
* | USB: musb: fix init oops crash with static FIFO config | Giuseppe GORGOGLIONE | 2009-03-25 | 1 | -1/+3 |
* | USB: musb: NAK timeout scheme on bulk RX endpoint | Ajay Kumar Gupta | 2009-03-25 | 1 | -27/+85 |
* | USB: musb: rewrite host periodic endpoint allocation | Sergei Shtylyov | 2009-03-25 | 2 | -18/+11 |
* | USB: composite: avoid inconsistent lock state | Felipe Balbi | 2009-03-25 | 1 | -2/+3 |
* | USB: allow libusb to talk to unauthenticated WUSB devices | David Vrabel | 2009-03-25 | 6 | -3/+9 |
* | USB: usb-storage: added missing MODULE_LICENSE("GPL") for usb-storage ums-* m... | Maciej Grela | 2009-03-25 | 11 | -0/+39 |
* | usb-storage: make onetouch a separate module | Alan Stern | 2009-03-25 | 8 | -33/+130 |
* | usb-storage: make karma a separate module | Alan Stern | 2009-03-25 | 8 | -33/+123 |
* | usb-storage: make alauda a separate module | Alan Stern | 2009-03-25 | 8 | -131/+197 |
* | usb-storage: make jumpshot a separate module | Alan Stern | 2009-03-25 | 7 | -45/+112 |
* | usb-storage: make datafab a separate module | Alan Stern | 2009-03-25 | 8 | -142/+202 |
* | usb-storage: make freecom a separate module | Alan Stern | 2009-03-25 | 7 | -42/+104 |
* | usb-storage: make shuttle_usbat a separate module | Alan Stern | 2009-03-25 | 8 | -186/+227 |
* | usb-storage: make cypress_atacb a separate module | Alan Stern | 2009-03-25 | 7 | -39/+111 |
* | usb-storage: make sddr55 a separate module | Alan Stern | 2009-03-25 | 8 | -81/+139 |
* | usb-storage: make isd200 a separate module | Alan Stern | 2009-03-25 | 8 | -88/+154 |
* | usb-storage: make sddr09 a separate module | Alan Stern | 2009-03-25 | 8 | -108/+174 |
* | usb-storage: prepare for subdriver separation | Alan Stern | 2009-03-25 | 10 | -151/+261 |
* | usb-serial: fix usb_serial_register bug when boot with nousb param | Dave Young | 2009-03-25 | 1 | -0/+3 |
* | USB: fix ehci printk formats | Randy Dunlap | 2009-03-25 | 1 | -1/+1 |
* | USB: replace uses of __constant_{endian} | Harvey Harrison | 2009-03-25 | 35 | -152/+152 |
* | USB: serial: add qualcomm wireless modem driver | Greg Kroah-Hartman | 2009-03-25 | 3 | -0/+155 |
* | USB: symbolserial: log the ioctl commands | Greg Kroah-Hartman | 2009-03-25 | 1 | -0/+59 |
* | USB: serial: add symbol serial driver | Greg Kroah-Hartman | 2009-03-25 | 3 | -0/+350 |
* | USB: Add platform device support for the ISP1760 USB chip | Catalin Marinas | 2009-03-25 | 3 | -17/+81 |