Re: Linux 2.4.20-pre4-ac2

From: Pete Zaitcev (zaitcev@redhat.com)
Date: Wed Sep 04 2002 - 12:45:33 EST


> From: Itai Nahshon <nahshon@actcom.co.il>
> Date: Tue, 27 Aug 2002 02:01:53 +0300

> +++ linux-2.4.20-pre4-ac2-i2/drivers/usb/storage/transport.c Mon Aug 26
> 23:24:53 2002
> @@ -1164,6 +1164,10 @@
> ret = USB_STOR_TRANSPORT_ABORTED;
> goto out;
> }
> + if (result == US_BULK_TRANSFER_FAILED) {
> + ret = USB_STOR_TRANSPORT_FAILED;
> + goto out;
> + }
> }
> }
>
> There's a check for US_BULK_TRANSFER_FAILED after
> a call to usb_stor_transfer everywhere except here... Is it for
> a reason?

Itai, submit this to Matt. I saw it too, coming from our Japan
support office. They claim a probem with installs from USB CD-ROM.
The report was very murky and I was unable to get any details
or confirm it, but it seems independent at least.

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



This archive was generated by hypermail 2b29 : Sat Sep 07 2002 - 22:00:22 EST