[patch 17/18] ub: Comment out unconditional stall clear

From: Greg KH
Date: Thu Sep 22 2005 - 02:54:06 EST


From: Pete Zaitcev <zaitcev@xxxxxxxxxx>

This code appears to be more trouble than it's worth, considering that
no normal users reload drivers. So, we comment it for now. It is not
removed outright for the benefit of hackers (that is, myself).

Signed-off-by: Pete Zaitcev <zaitcev@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
drivers/block/ub.c | 2 ++
1 file changed, 2 insertions(+)

--- scsi-2.6.orig/drivers/block/ub.c 2005-09-21 17:29:38.000000000 -0700
+++ scsi-2.6/drivers/block/ub.c 2005-09-21 17:29:54.000000000 -0700
@@ -2217,8 +2217,10 @@
* This is needed to clear toggles. It is a problem only if we do
* `rmmod ub && modprobe ub` without disconnects, but we like that.
*/
+#if 0 /* iPod Mini fails if we do this (big white iPod works) */
ub_probe_clear_stall(sc, sc->recv_bulk_pipe);
ub_probe_clear_stall(sc, sc->send_bulk_pipe);
+#endif

/*
* The way this is used by the startup code is a little specific.

--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/