]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'for-usb-linus-2012-07-02' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Jul 2012 22:49:47 +0000 (15:49 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Jul 2012 22:49:47 +0000 (15:49 -0700)
commitd25ae36934e39fb902449e182a5ad7e47e9f5c10
tree18b47fd7651368d8eb393dc15ba2fd95e31317a5
parent6887a4131da3adaab011613776d865f4bcfb5678
parent0d9f78a92ef5e97d9fe51d9215ebe22f6f0d289d
Merge tag 'for-usb-linus-2012-07-02' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus

xhci: Fix driver hang and resume error path.

Hi Greg,

Here's two bug fixes for 3.5.  The first fixes an issue with port
connections not being reported to the USB core after a system resume.
The second fixes a driver hang when there are two back to back stalls on
an endpoint.

Sarah Sharp