On Sat, 21 May 2005, John Steele Scott wrote: > > And what's at that location? Presumably it doesn't happen if you > > disconnect the HID device before suspend? Is this with or without > > CONFIG_USB_SUSPEND? > > Okay, I have tried both of these for a few days now. Disconnecting the > device before suspend avoids the problem. Setting CONFIG_USB_SUSPEND > fixes it completely.
Interesting. Apparently the usb_generic_suspend() and usb_generic_resume() routines don't mind calling USB drivers' suspend and resume methods even if CONFIG_USB_SUSPEND isn't set. I'd say that's a bug. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
