diff options
author | Mark Lord <lkml@rtr.ca> | 2007-05-14 19:48:02 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 16:29:48 -0700 |
commit | 55e5fdfa541ec7bf1b1613624ed4dd8cdacaa841 (patch) | |
tree | 236f91853b65f9edfc3014451ffd516275e8a676 /drivers/usb/core/hcd-pci.c | |
parent | 8538f96ae5aada1c04d69a993b20ad160b191d47 (diff) |
USB: hub.c loops forever on resume from ram due to bluetooth
Okay, found it. The root cause here was a missing CONFIG_USB_SUSPEND=y,
which means the hci_usb device never got marked as USB_STATE_SUSPENDED,
which then caused the loop to go on forever.
The system works fine now with CONFIG_USB_SUSPEND=y in the .config.
Here's the patch to prevent future lockups for this or other causes.
I no longer need it, but it does still seem a good idea.
Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core/hcd-pci.c')
0 files changed, 0 insertions, 0 deletions