]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-usb-linus-2014-02-04' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Feb 2014 20:46:33 +0000 (12:46 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Feb 2014 20:46:33 +0000 (12:46 -0800)
commitf58cc6d9c5ae8c2c633a87abc708db0414a42b6a
tree14f7678bc1db213a56c09d457e6c29e558f1ff78
parent6333ef0a6d756a72c48035feae2450b64f0372e4
parent006108d81297b58f04aa1ed8a38307bf84f7dce8
Merge tag 'for-usb-linus-2014-02-04' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus

Sarah writes:

xhci: Fix some regressions introduced in 3.14.

Hi Greg,

Here's four patches for 3.14.

One of them adds an xHCI host quirk, and the other three of them fix
regressions introduced in 3.14.  One regression causes USB 3.0 Link PM to
be enabled on all xHCI hosts (even those that may not support it), which
causes some USB 3.0 devices to not enumerate.  A second regression causes
some xHCI hosts that don't support 64-bit addressing to stop responding to
commands and die.

Note, these patches don't fix the recent usbfs regression that was caused
by commit 1a12bd45e30778db6ec0ca16ce0a71bb96ed4503 "usb: xhci: Link TRB
must not occur within a USB payload burst".  I'm waiting for those patches
to be tested.

Please pull usb-linus into usb-next, as I have feature patches that rely on
1868d9b4c718 Revert "usbcore: set lpm_capable field for LPM capable root
hubs"

Sarah Sharp