Le dimanche 18 juin 2006 à 09:35 -0700, David Brownell a écrit : > On Sunday 18 June 2006 3:06 am, Frederic Riss wrote: > > > There's another internal device on this bus, a Bluetooth receiver > > managed by hci_usb. I guess the errors relate to this one rather than > > to the IR receiver as the error reffers to HCI. > > If someone would give hci_usb proper suspend() and resume methods, > various problems -- including maybe some of these -- would go away. > Recently I've heard a lot of suspend/resume problems that seem to > involve that driver... > > For USB devices, suspend() methods need to cancel all pending URBs; > and resume() methods may need to resubmit them.
I tried using the patch found at http://lkml.org/lkml/2006/1/18/273 without luck. The errors I reported are during a boot sequence, not only during resume, so I doubt the missing handlers are the causes for them. However missing or wrong handlers could break the remote wakeup capability for this hub, couldn't it? Fred. _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
