]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] USB: ub 05 Bulk reset
authorPete Zaitcev <zaitcev@redhat.com>
Thu, 5 Jan 2006 08:26:30 +0000 (00:26 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Feb 2006 01:23:36 +0000 (17:23 -0800)
commit2c2e4a2e07f4c16486dd2ac859eb9c558b1c9935
treec336fc942fbcc203d3f302f4c82896d409d25085
parentb31f821c6dee6f3ecfca6b2583a6552538fb91bf
[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 <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/block/ub.c