From: Franck Bui-Huu Date: Wed, 24 May 2006 14:57:28 +0000 (+0200) Subject: [PATCH] usb-storage: get rid of the timer during URB submission X-Git-Tag: v2.6.18-rc1~858^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3428cc43d23f125dcb31c981aa91535dd3c4cb0d;p=pandora-kernel.git [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 Signed-off-by: Matthew Dharm Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed