aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/ub.c
diff options
context:
space:
mode:
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,
2217 * This is needed to clear toggles. It is a problem only if we do 2217 * This is needed to clear toggles. It is a problem only if we do
2218 * `rmmod ub && modprobe ub` without disconnects, but we like that. 2218 * `rmmod ub && modprobe ub` without disconnects, but we like that.
2219 */ 2219 */
2220#if 0 /* iPod Mini fails if we do this (big white iPod works) */
2220 ub_probe_clear_stall(sc, sc->recv_bulk_pipe); 2221 ub_probe_clear_stall(sc, sc->recv_bulk_pipe);
2221 ub_probe_clear_stall(sc, sc->send_bulk_pipe); 2222 ub_probe_clear_stall(sc, sc->send_bulk_pipe);
2223#endif
2222 2224
2223 /* 2225 /*
2224 * The way this is used by the startup code is a little specific. 2226 * The way this is used by the startup code is a little specific.