index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
2010-04-01
USB: EHCI & UHCI: fix race between root-hub suspend and port resume
Alan Stern
2010-04-01
USB: EHCI: fix handling of unusual interrupt intervals
Alan Stern
2010-04-01
USB: add missing delay during remote wakeup
Alan Stern
2009-12-08
USB: work around for EHCI with quirky periodic schedules
Oliver Neukum
2009-12-08
USB: EHCI: don't send Clear-TT-Buffer following a STALL
Alan Stern
2009-12-08
USB: xhci: Fix scratchpad deallocation.
Sarah Sharp
2009-12-08
USB: xhci: Fix TRB physical to virtual address translation.
Sarah Sharp
2009-12-08
USB: xhci: Fix bug memory free after failed initialization.
Sarah Sharp
2009-12-08
USB: ohci: quirk AMD prefetch for USB 1.1 ISO transfer
Libin Yang
2009-10-05
USB: xhci: Support interrupt transfers.
Sarah Sharp
2009-10-05
USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.
Sarah Sharp
2009-10-05
USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.
Sarah Sharp
2009-10-05
USB: xhci: Check URB's actual transfer buffer size.
Sarah Sharp
2009-10-05
USB: xhci: Don't touch xhci_td after it's freed.
Sarah Sharp
2009-10-05
USB: xhci: Handle babbling endpoints correctly.
Sarah Sharp
2009-10-05
USB: xhci: Make TRB completion code comparison readable.
Sarah Sharp
2009-10-05
USB: xhci: Add quirk for Fresco Logic xHCI hardware.
Sarah Sharp
2009-10-05
USB: xhci: Handle stalled control endpoints.
Sarah Sharp
2009-10-05
USB: xhci: Support full speed devices.
Sarah Sharp
2009-10-05
USB: xhci: Set correct max packet size for HS/FS control endpoints.
Sarah Sharp
2009-10-05
USB: xhci: Configure endpoint code refactoring.
Sarah Sharp
2009-10-05
USB: xhci: Fix slot and endpoint context debugging.
Sarah Sharp
2009-10-05
USB: xhci: Work around for chain bit in link TRBs.
Sarah Sharp
2009-10-05
USB: sl811-hcd: Fix device disconnect:
Hennerich, Michael
2009-08-07
USB: EHCI: fix counting of transaction error retries
Alan Stern
2009-08-07
USB: EHCI: fix two new bugs related to Clear-TT-Buffer
Alan Stern
2009-07-28
USB: xhci: Stall handling bug fixes.
Sarah Sharp
2009-07-28
USB: xhci: Support for 64-byte contexts
John Youn
2009-07-28
USB: xhci: Always align output device contexts to 64 bytes.
Sarah Sharp
2009-07-28
USB: xhci: Scratchpad buffer allocation
John Youn
2009-07-28
USB: xhci: Fail gracefully if there's no SS ep companion descriptor.
Sarah Sharp
2009-07-28
USB: xhci: Handle babble errors on transfers.
Sarah Sharp
2009-07-28
USB: xhci: Setup HW retries correctly.
Sarah Sharp
2009-07-28
USB: xhci: Check if the host controller died in IRQ handler.
Sarah Sharp
2009-07-28
USB: xhci: Don't oops if the host doesn't halt.
Sarah Sharp
2009-07-28
USB: xhci: Make debugging more verbose.
Sarah Sharp
2009-07-28
USB: xhci: Correct Event Handler Busy flag usage.
Sarah Sharp
2009-07-28
USB: xhci: Handle short control packets correctly.
Sarah Sharp
2009-07-28
USB: xhci: Represent 64-bit addresses with one u64.
Sarah Sharp
2009-07-28
USB: xhci: Use GFP_ATOMIC while holding spinlocks.
Sarah Sharp
2009-07-28
USB: xhci: Deal with stalled endpoints.
Sarah Sharp
2009-07-28
USB: xhci: Set TD size in transfer TRB.
Sarah Sharp
2009-07-28
USB: xhci: fix less- and greater than confusion
Roel Kluin
2009-07-28
USB: ehci-orion: Call ehci_reset before ehci_halt
Simon Kagstrom
2009-07-28
USB: OMAP: OHCI: hc_driver's stop method should call ohci_stop
Anand Gadiyar
2009-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2009-07-12
USB: EHCI: report actual_length for iso transfers
Alan Stern
2009-07-12
USB: EHCI: check for STALL before other errors
Alan Stern
2009-07-12
USB: EHCI: use the new clear_tt_buffer interface
Alan Stern
2009-07-12
USB: fix the clear_tt_buffer interface
Alan Stern
[next]