On Sat, 30 Sep 2006, Bardur Arantsson wrote:

> Setting max_sectors to 64 worked beautifully. Thanks!

This patch for 2.6.18 should take care of it automatically.

Alan Stern



--- a/drivers/usb/storage/unusual_devs.h        2006-09-30 16:18:12.000000000 
-0400
+++ b/drivers/usb/storage/unusual_devs.h        2006-09-30 16:20:56.000000000 
-0400
@@ -175,6 +175,13 @@
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
 
+/* Reported by Bardur Arantsson <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x0421, 0x047c, 0x0370, 0x0370,
+               "Nokia",
+               "6131",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_MAX_SECTORS_64 ),
+
 /* 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-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to