On Mon, 12 Jun 2006, René C. Castberg wrote:

> Well, activated the usb verbose debuging, 
> Posted the logs on the web as i didn't want to overload the mailing
> list.
> 
> http://castberg.org/log.txt.gz
> 
> I wasn't sure how long to keep monitoring as it kept mentioning that the
> thread was sleeping.

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",



_______________________________________________
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