]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] USB: ehci fix driver model wakeup flags
authorDavid Brownell <david-b@pacbell.net>
Fri, 23 Dec 2005 01:05:18 +0000 (17:05 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:48:30 +0000 (13:48 -0800)
commitd97cc2f2e938547a47daef29bc10ab38600a3310
tree587a5b6abd9391975077de52cc7b5e75b47ad3a2
parent2c1c3c4cd5f796b1912c65aaf3bf48c0ddf11f5e
[PATCH] USB: ehci fix driver model wakeup flags

On some systems, EHCI seems to be getting IRQs too early during driver
setup ... before the root hub is allocated, in particular, making trouble
for any code chasing down root hub pointers!  In this case, it seems to
be safe to just ignore the root hub setting.  Thanks to Rafael J. Wysocki
for getting this properly tested.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-hcd.c