]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'for-usb-next-2012-09-25' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2012 22:34:17 +0000 (15:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2012 22:34:17 +0000 (15:34 -0700)
commit655db7980596f0ad4f15f8f4c51beb3e705762de
tree246124b86e0444a22cc5811ff45720eca6895484
parente064852072c47b69f62325c6b7fa4a58332655bd
parent80fab3b244a22e0ca539d2439bdda50e81e5666f
Merge tag 'for-usb-next-2012-09-25' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next

xHCI bug fixes for 3.7

Hi Greg,

Here's three small bug fixes for 3.7.  They fix a NULL pointer deference
and lost USB device unplug events, as well as making sure the xHCI
driver doesn't prevent system suspend.

Sarah Sharp