On Wed, 20 Sep 2006, Jon Hart wrote:

> Hi Alan,
> 
> thank you for your help. Mounting the E60 works now but unmounting the device 
> takes an unusual long time.
> 
> Please can you have a look at the attached syslog output?
> 
> Thank you very much
> J. Hart
> 
> Am Montag, 18. September 2006 18:01 schrieb Alan Stern:
> > It looks like the E60, in common with Nokia's other phones and many other
> > device, tells Linux that it has one more sector than it really does have.
> >
> > The patch below ought to fix the problem.  It may turn out that the E60
> > also needs US_FL_IGNORE_RESIDUE; several of Nokia's other devices do.

It's like I guessed, the E60 needs US_FL_IGNORE_RESIDUE.  Use the patch 
below instead of the one from before.

Alan Stern



Index: 2.6.17.10/drivers/usb/storage/unusual_devs.h
===================================================================
--- 2.6.17.10.orig/drivers/usb/storage/unusual_devs.h
+++ 2.6.17.10/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 Jon Hart <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x0421, 0x0434, 0x0100, 0x0100,
+               "Nokia",
+               "E60",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
+
 /* Reported by Olaf Hering <[EMAIL PROTECTED]> from novell bug #105878 */
 UNUSUAL_DEV(  0x0424, 0x0fdc, 0x0210, 0x0210,
                "SMSC",


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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