aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xHCI: Clear PLC for USB2 root hub portsAndiry Xu2011-11-111-0/+4
* xHCI: test and clear RWC bitAndiry Xu2011-11-113-10/+20
* xhci: If no endpoints changed, don't issue BW command.Sarah Sharp2011-11-111-0/+6
* USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu2011-11-111-0/+19
* usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlinkArvid Brodin2011-11-111-0/+3
* USB: EHCI: Fix test mode sequenceBoris Todorov2011-11-111-0/+12
* QE/FHCI: fixed the CONTROL bugJerry Huang2011-11-111-4/+15
* USB: Fix runtime wakeup on OHCIMatthew Garrett2011-11-111-4/+1
* xHCI: AMD isoc link TRB chain bit quirkAndiry Xu2011-11-114-38/+51
* xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul2011-11-111-10/+12
* EHCI: workaround for MosChip controller bugAlan Stern2011-11-115-8/+49
* EHCI : introduce a common ehci_setupMatthieu CASTET2011-11-111-0/+29
* usb/host/pci-quirks.c: correct annotation of `ehci_dmi_nohandoff_table'Arnaud Lacombe2011-10-031-1/+1
* 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: s5p-ehci: fix a NULL pointer deferenceYulgon Kim2011-10-031-0/+1
* 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: 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: 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/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-275-11/+71
|\
| * 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
| * xhci: Reject double add of active endpoints.Sarah Sharp2011-06-151-4/+18
* | USB: change maintainership of ohci-hcd and ehci-hcdAlan Stern2011-06-152-1/+7
|/
* drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall2011-06-071-2/+5
* USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov2011-06-051-2/+12
* xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp2011-06-023-2/+20
* xhci: Do not issue device reset when device is not setupMaarten Lankhorst2011-06-021-0/+7
* xhci: Add defines for hardcoded slot statesMaarten Lankhorst2011-06-022-4/+9
* xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans2011-06-021-2/+2
* xhci: Bigendian fix for skip_isoc_td()Matt Evans2011-06-011-1/+1
* Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-287-69/+412
|\
| * Intel xhci: Limit number of active endpoints to 64.Sarah Sharp2011-05-274-11/+244