This is a workaround for a PM bug with the onetouch support; something needs to kill that input urb.
- Dvae
The onetouch support doesn't suspend correctly (leaves an interrupt URB posted, instead of unlinking it) so for now just disable it when PM is in the air. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Index: g26/drivers/usb/storage/Kconfig =================================================================== --- g26.orig/drivers/usb/storage/Kconfig 2005-11-07 19:18:03.000000000 -0800 +++ g26/drivers/usb/storage/Kconfig 2005-11-07 19:19:16.000000000 -0800 @@ -115,7 +115,7 @@ config USB_STORAGE_JUMPSHOT config USB_STORAGE_ONETOUCH bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)" - depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL + depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM help Say Y here to include additional code to support the Maxtor OneTouch USB hard drive's onetouch button.
