summaryrefslogtreecommitdiffstats
path: root/drivers/block/ub.c
diff options
context:
space:
mode:
authorPete Zaitcev2005-09-22 09:49:45 +0200
committerLinus Torvalds2005-09-22 16:58:26 +0200
commitc6c88834b2c6635df9d17695feb50c835bc8efc6 (patch)
tree2de03fe67fa25cd0be119bc32ed24ede01a77aef /drivers/block/ub.c
parent[PATCH] USB: Add Novatel CDMA Wireless PC card IDs to airprime (diff)
downloadkernel-qcow2-linux-c6c88834b2c6635df9d17695feb50c835bc8efc6.tar.gz
kernel-qcow2-linux-c6c88834b2c6635df9d17695feb50c835bc8efc6.tar.xz
kernel-qcow2-linux-c6c88834b2c6635df9d17695feb50c835bc8efc6.zip
[PATCH] ub: Comment out unconditional stall clear
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@yahoo.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/ub.c')
-rw-r--r--drivers/block/ub.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/ub.c b/drivers/block/ub.c
index dfe3581b482a..ed4d5006fe62 100644
--- a/drivers/block/ub.c
+++ b/drivers/block/ub.c
@@ -2217,8 +2217,10 @@ static int ub_probe(struct usb_interface *intf,
* 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.