summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2009-12-08USB: work around for EHCI with quirky periodic schedulesOliver Neukum
2009-12-08USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern
2009-12-08USB: xhci: Fix scratchpad deallocation.Sarah Sharp
2009-12-08USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp
2009-12-08USB: xhci: Fix bug memory free after failed initialization.Sarah Sharp
2009-12-08USB: ohci: quirk AMD prefetch for USB 1.1 ISO transferLibin Yang
2009-10-05USB: xhci: Support interrupt transfers.Sarah Sharp
2009-10-05USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp
2009-10-05USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp
2009-10-05USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp
2009-10-05USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp
2009-10-05USB: xhci: Handle babbling endpoints correctly.Sarah Sharp
2009-10-05USB: xhci: Make TRB completion code comparison readable.Sarah Sharp
2009-10-05USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp
2009-10-05USB: xhci: Handle stalled control endpoints.Sarah Sharp
2009-10-05USB: xhci: Support full speed devices.Sarah Sharp
2009-10-05USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp
2009-10-05USB: xhci: Configure endpoint code refactoring.Sarah Sharp
2009-10-05USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp
2009-10-05USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp
2009-10-05USB: sl811-hcd: Fix device disconnect:Hennerich, Michael
2009-08-07USB: EHCI: fix counting of transaction error retriesAlan Stern
2009-08-07USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern
2009-07-28USB: xhci: Stall handling bug fixes.Sarah Sharp
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn
2009-07-28USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp
2009-07-28USB: xhci: Scratchpad buffer allocationJohn Youn
2009-07-28USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp
2009-07-28USB: xhci: Handle babble errors on transfers.Sarah Sharp
2009-07-28USB: xhci: Setup HW retries correctly.Sarah Sharp
2009-07-28USB: xhci: Check if the host controller died in IRQ handler.Sarah Sharp
2009-07-28USB: xhci: Don't oops if the host doesn't halt.Sarah Sharp
2009-07-28USB: xhci: Make debugging more verbose.Sarah Sharp
2009-07-28USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp
2009-07-28USB: xhci: Handle short control packets correctly.Sarah Sharp
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp
2009-07-28USB: xhci: Use GFP_ATOMIC while holding spinlocks.Sarah Sharp
2009-07-28USB: xhci: Deal with stalled endpoints.Sarah Sharp
2009-07-28USB: xhci: Set TD size in transfer TRB.Sarah Sharp
2009-07-28USB: xhci: fix less- and greater than confusionRoel Kluin
2009-07-28USB: ehci-orion: Call ehci_reset before ehci_haltSimon Kagstrom
2009-07-28USB: OMAP: OHCI: hc_driver's stop method should call ohci_stopAnand Gadiyar
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-07-12USB: EHCI: report actual_length for iso transfersAlan Stern
2009-07-12USB: EHCI: check for STALL before other errorsAlan Stern
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern
2009-07-12USB: buildfix ppc randconfigArnd Bergmann
2009-07-12USB: isp1760: use __devexit_p() for remove functionMike Frysinger
2009-07-12USB: EHCI: update toggle state for linked QHsAlan Stern