On Mon, 2006-06-12 at 10:40 -0400, Alan Stern wrote:
> This is okay.  The error occurs when the computer tries to read the last 
> few sectors, which suggests that the device claims to have more sectors 
> than it really does.  Try using this patch instead of the other one.
> 
> Alan Stern
> 
> 
> 
> Index: usb-2.6/drivers/usb/storage/unusual_devs.h
> ===================================================================
> --- usb-2.6.orig/drivers/usb/storage/unusual_devs.h
> +++ usb-2.6/drivers/usb/storage/unusual_devs.h
> @@ -133,6 +133,13 @@ UNUSUAL_DEV(  0x0420, 0x0001, 0x0100, 0x
>               US_SC_DEVICE, US_PR_DEVICE, NULL,
>               US_FL_IGNORE_RESIDUE ),
>  
> +/* Reported by Jiri Slaby <[EMAIL PROTECTED]> */
> +UNUSUAL_DEV(  0x0421, 0x0446, 0x0100, 0x0100,
> +             "Nokia",
> +             "N80",
> +             US_SC_DEVICE, US_PR_DEVICE, NULL,
> +             US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
> +
>  /* Reported by Olaf Hering <[EMAIL PROTECTED]> from novell bug #105878 */
>  UNUSUAL_DEV(  0x0424, 0x0fdc, 0x0210, 0x0210,
>               "SMSC",
> 

Thanks, 

That did the job.
Managed to mount the disk and transfer file without problems.

René



_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to