commit | 3428cc43d23f125dcb31c981aa91535dd3c4cb0d | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <fbh.work@gmail.com> | Wed May 24 16:57:28 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 15:04:13 2006 -0700 |
tree | 6217a74b7bb3d475a88ab7437d7fcdaa64fab53c | |
parent | 80b47853b19114dd53e83e15bf1db3e183a66824 [diff] |
[PATCH] usb-storage: get rid of the timer during URB submission This patch uses completion timeout instead of a timer to implement a timeout when submitting an URB. It also put the task in interruptible state instead of an uninterruptible one while waiting for the completion. Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com> Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>