From: Pete Zaitcev Date: Thu, 5 Jan 2006 08:26:30 +0000 (-0800) Subject: [PATCH] USB: ub 05 Bulk reset X-Git-Tag: v2.6.16-rc2~231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2e4a2e07f4c16486dd2ac859eb9c558b1c9935;p=pandora-kernel.git [PATCH] USB: ub 05 Bulk reset For crying out loud, they have devices which do not like port resets. So, do what usb-storage does and try both bulk and port resets. We start with a port reset (which usb-storage does at the end of transport), then do a Bulk reset, then a port reset again. This seems to work for me. The code is getting dirtier and dirtier here, but I swear that I'll do something about it (see those two new XXX). Honest. Signed-off-by: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed