]> git.baikalelectronics.ru Git - kernel.git/commit
USB: another ehci_iaa_watchdog fix
authorDavid Brownell <david-b@pacbell.net>
Wed, 2 Apr 2008 20:40:20 +0000 (13:40 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Apr 2008 22:06:08 +0000 (15:06 -0700)
commit9144dda6dfa67516e573915890ab3599a1a4107f
treee5484d020ede1094bc4efd6299b2d14b475c522f
parent9ee887ed7a39697371957c39bca9ba9b8ac18a2c
USB: another ehci_iaa_watchdog fix

This patch, suggested by Alan Stern, fixes the hung USB issues
on my notebook from suspend/resume cycles.

It does so by eliminating some confusion about the internal state
machine associated with unlinking from the EHCI async schedule ring,
which caused a recent regression:

  http://bugzilla.kernel.org/show_bug.cgi?id=10345

Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-hub.c