aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* xhci: Handle zero-length isochronous packets.Sarah Sharp2011-10-031-10/+11
* xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp2011-10-032-8/+15
* xhci: Fix failed enqueue in the middle of isoch TD.Sarah Sharp2011-10-031-6/+44
* xhci: Fix memory leak during failed enqueue.Sarah Sharp2011-10-032-8/+18
* xHCI: report USB2 port in resuming as suspendAndiry Xu2011-10-031-3/+12
* xHCI: fix port U3 status check conditionAndiry Xu2011-10-031-1/+1
* USB: EHCI: Do not rely on PORT_SUSPEND to stop USB resuming in ehci_bus_resum...Wang Zhi2011-10-031-4/+3
* usb: musb: cppi: fix build errors due to DBG and missing musb variablePer Forlin2011-10-031-9/+17
* USB option driver K3765/K4505 avoid CDC_DATA interfaceAndrew Bird2011-10-031-1/+2
* USB: option: add YUGA device id to driverGavin.zhu2011-10-031-0/+92
* USB option driver add PID of Huawei Vodafone K4605Andrew Bird2011-10-031-2/+5
* USB option driver add PID of Huawei Vodafone K3806Andrew Bird2011-10-031-0/+2
* usb: s5p-ehci: fix a NULL pointer deferenceYulgon Kim2011-10-031-0/+1
* USB: ftdi_sio: add Calao reference board supportJean-Christophe PLAGNIOL-VILLARD2011-10-031-1/+19
* USB: option driver: add PID for Vodafone-Huawei K4511Andrew Bird2011-08-171-0/+3
* USB: option driver: add PID for Vodafone-Huawei K4510Andrew Bird2011-08-171-0/+3
* USB: option driver: add PID for Vodafone-Huawei K3771Andrew Bird2011-08-171-0/+3
* USB: option driver: add PID for Vodafone-Huawei K3770Andrew Bird2011-08-171-0/+3
* USB: Serial: Added device ID for Qualcomm Modem in Sagemcom's HiLo3GVijay Chavan2011-08-171-0/+1
* USB: usb-storage: unusual_devs entry for ARM V2M motherboard.Nick Bowler2011-08-171-0/+10
* USB: ftdi_sio: fix minor typo in get_ftdi_divisorIonut Nicu2011-08-171-1/+1
* USB: assign instead of equal in usbtmc.cMaxim Nikulin2011-08-171-1/+1
* usb: musb: fix oops on musb_gadget_pullupJohn Stultz2011-08-171-0/+5
* usb/config: use proper endian access for wMaxPacketSizeSebastian Andrzej Siewior2011-08-171-5/+6
* xhci: Don't submit commands or URBs to halted hosts.Sarah Sharp2011-08-171-5/+14
* USB: xhci: fix OS want to own HCJiSheng Zhang2011-08-171-1/+1
* EHCI: fix direction handling for interrupt data togglesAlan Stern2011-08-042-1/+3
* EHCI: only power off port if over-current is activeSergei Shtylyov2011-08-041-1/+2
* usb: musb: restore INDEX register in resume pathAjay Kumar Gupta2011-08-041-0/+1
* USB: EHCI: go back to using the system clock for QH unlinksAlan Stern2011-08-043-48/+45
* USB: OHCI: fix another regression for NVIDIA controllersAlan Stern2011-08-041-0/+28
* USB: serial: add IDs for WinChipHead USB->RS232 adapterWolfgang Denk2011-08-042-0/+5
* USB: additional regression fix for device removalAlan Stern2011-07-071-1/+8
* USB: fix regression occurring during device removalAlan Stern2011-07-011-0/+2
* USB: fsl_udc_core: fix build breakage when building for ARM archAnatolij Gustschin2011-07-011-12/+24
* Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-2819-31/+146
|\
| * usb: r8a66597-hcd: fix cannot detect low/full speed deviceYoshihiro Shimoda2011-06-271-0/+1
| * USB: ehci-ath79: fix a NULL pointer dereferenceGabor Juhos2011-06-271-4/+6
| * USB: Add new FT232H chip to drivers/usb/serial/ftdi_sio.cUwe Bonnes2011-06-273-6/+17
| * usb/isp1760: Fix bug preventing the unlinking of control urbsArvid Brodin2011-06-271-1/+1
| * Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2011-06-277-12/+88
| |\
| | * xhci: Always set urb->status to zero for isoc endpoints.Sarah Sharp2011-06-171-5/+6
| | * xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst2011-06-173-0/+11
| | * xHCI 1.0: Incompatible Device ErrorAlex He2011-06-173-0/+22
| | * xHCI 1.0: Force Stopped Event(FSE)Alex He2011-06-151-0/+14
| | * xhci: Don't warn about zeroed bMaxBurst descriptor field.Sarah Sharp2011-06-151-2/+0
| | * USB: Free bandwidth when usb_disable_device is called.Sarah Sharp2011-06-152-1/+17
| | * xhci: Reject double add of active endpoints.Sarah Sharp2011-06-151-4/+18
| * | USB: don't let errors prevent system sleepAlan Stern2011-06-151-1/+10
| * | USB: don't let the hub driver prevent system sleepAlan Stern2011-06-151-5/+8