From 7a5e18da1699ad1625e0df7a1ebbdcaa56154ee3 Mon Sep 17 00:00:00 2001 From: Pete Zaitcev Date: Thu, 22 Sep 2005 00:49:45 -0700 Subject: [PATCH] --- yaml --- r: 9206 b: refs/heads/master c: c6c88834b2c6635df9d17695feb50c835bc8efc6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/block/ub.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 673f7dabc2c6..892e02d30958 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3a8c1e2910daaff7590173e9d4ca07153e8a3517 +refs/heads/master: c6c88834b2c6635df9d17695feb50c835bc8efc6 diff --git a/trunk/drivers/block/ub.c b/trunk/drivers/block/ub.c index dfe3581b482a..ed4d5006fe62 100644 --- a/trunk/drivers/block/ub.c +++ b/trunk/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.