commit | aef4e266964bc15861b5835c1f5b9d2ebc155c2a | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Jan 31 12:58:38 2006 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 20 14:49:56 2006 -0800 |
tree | 49d606bc0843231942231b801dc3010ca32ab4f7 | |
parent | fb669cc01ed778c4926f395e44a9b61644597d38 [diff] |
[PATCH] usbhid: add error handling This patch (as628c) adds error handling to the USB HID core. When an error is reported for an interrupt URB, the driver will do delayed retries, at increasing intervals, for up to one second. If that doesn't work, it will try to reset the device. Testing by users has shown that both the retries and the resets end up getting used. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>