On Mon, 6 Mar 2006, Wolfgang Rohdewald wrote: > On Monday 06 March 2006 20:09, Greg KH wrote: > > - HID error handling rework > > With 2.6.15 I am getting endless messages like > kernel: drivers/usb/input/hid-core.c: input irq status -32 received > kernel: ohci_hcd 0000:00:02.0: urb eb016160 path 1 ep2in 42160000 cc 4 --> > status -32 > > for a new keyboard right after booting or plugging it in. > > lsusb -v is like at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343463, > so I am not the only one with this problem. > > I will prepare a full bug report when I find the time. I am also willing to > do > testing and debugging. > > Meanwhile, could your HID error handling rework help me?
It ought to slow down the sequence of endless messages, and it's possible that after a few seconds it will fix the problem. Does your keyboard start working if you unplug and replug it, like the one in the Debian bug report? You can try out the error-handling patch to see if it helps; it's available here: http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/usb/usbhid-add-error-handling.patch If the patch doesn't do any good, there's a good chance that what you need is a "NOGET" blacklist entry for your device. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
