]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb, xhci: Clear warm reset change event during init
authorDon Zickus <dzickus@redhat.com>
Thu, 3 Nov 2011 13:07:18 +0000 (09:07 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 26 Nov 2011 17:10:00 +0000 (09:10 -0800)
commit2e6f55fcd95ef6da9e095eb97cb70fe48be13882
tree39fde076a8ae77c665cff58f11f00255e922c3fc
parentbd8a076ec08b1dab5fe3d7bf5499990a552ff51f
usb, xhci: Clear warm reset change event during init

commit 79c3dd8150fd5236d95766a9e662e3e932b462c9 upstream.

I noticed on my Panther Point system that I wasn't getting hotplug events
for my usb3.0 disk on a usb3 port.  I tracked it down to the fact that the
system had the warm reset change bit still set.  This seemed to block future
events from being received, including a hotplug event.

Clearing this bit during initialization allowed the hotplug event to be
received and the disk to be recognized correctly.

This patch should be backported to kernels as old as 2.6.39.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hub.c