801dc3010ca32ab4f7 parent fb669cc01ed778c4926f395e44a9b61644597d38 author Alan Stern 1138730318 -0500 committer Greg Kroah-Hartman 1142894996 -0800 [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 Signed-off-by: Greg Kroah-Hartman WÚç