From: Pete Zaitcev 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 Signed-off-by: Greg Kroah-Hartman --- 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. --