aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* ARM: S5PC110: USB UDC supportBrian Swetland2011-11-167-0/+2969
* Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-2715-77/+336
|\
| * usb/host/pci-quirks.c: correct annotation of `ehci_dmi_nohandoff_table'Arnaud Lacombe2011-10-031-1/+1
| * USB: PL2303: correctly handle baudrates above 115200Michal Sroczynski2011-10-031-4/+22
| * ehci: add pci quirk for Ordissimo and RM Slate 100 tooAnisse Astier2011-10-031-0/+7
| * ehci: refactor pci quirk to use standard dmi_check_system methodAnisse Astier2011-10-031-7/+14
| * USB: xhci: Set change bit when warm reset change is set.Sarah Sharp2011-10-031-1/+1
| * 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
* | usb: otg: Temporarily grab wakelock on charger and disconnect eventsTodd Poynor2011-09-261-77/+56
* | usb: gadget: android: always update the sw_connected stateDima Zavin2011-09-141-5/+4
* | usb: gadget: android: dump the uevents sent when changing statesDima Zavin2011-09-141-10/+12
* | usb: gadget: android: follow proper order on disconnectDima Zavin2011-09-141-1/+7
* | usb: otg_id: add suspend/resume interfaceDima Zavin2011-09-111-0/+59
* | USB: gadget: android: pass ctrl requests to accessory function when disabledMike Lockwood2011-09-071-2/+7
* | usb: ehci: make HC see up-to-date qh/qtd descriptor ASAPMing Lei2011-09-062-0/+35
* | usb: gadget: android: Only call ctrlrequest callback on enabled functionsMike Lockwood2011-08-121-2/+1
* | USB: gadget: android: Use "rndis%d" for RNDIS device name instead of "usb%d"Mike Lockwood2011-08-123-2/+25
* | Merge commit 'v3.0.1' into android-3.0Colin Cross2011-08-108-50/+84
|\ \ | |/
| * 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: otg: add proxy_wait handler to otg_idErik Gilling2011-08-091-2/+10