Andrew requested this fix go in before 2.6.9 was out, to keep people's syslog quiet for a lot of different USB input devices.
Fixes bug bugzilla.kernel.org bug #3564 Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> diff -Nru a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c --- a/drivers/usb/input/hid-core.c 2004-10-15 16:40:01 -07:00 +++ b/drivers/usb/input/hid-core.c 2004-10-15 16:40:01 -07:00 @@ -926,6 +926,8 @@ case -ENOENT: case -ESHUTDOWN: return; + case -ETIMEDOUT: /* NAK */ + break; default: /* error */ warn("input irq status %d received", urb->status); } ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel