On Thu, 8 Jun 2006, René C. Castberg wrote:

> > Curiously enough, another user wrote in with exactly the same problem just 
> > a day or two earlier.
> > 
> > Can you provide the entry in /proc/bus/usb/devices for the Nokia, or else 
> > the output from "lsusb -v"?
> > 
> > Alan Stern
> > 
> Hi,
> 
> Apologies but i was unable to find the other thread.
> If there is any other information you need, just ask.
> 
> Thanks
> 
> René
> 
> 
> ------------------------------------
> /proc/bus/usb/devices  (For the N80)
> ------------------------------------
> 
> T:  Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  4 Spd=12  MxCh= 0
> D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> P:  Vendor=0421 ProdID=0446 Rev= 1.00
> S:  Manufacturer=Nokia
> S:  Product=Nokia N80
> S:  SerialNumber=358361000458541
> C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=100mA
> I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50
> Driver=usb-storage
> E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms

This is fine.  Below is a patch for the kernel that should get things to 
work properly.

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 ),
+
 /* Reported by Olaf Hering <[EMAIL PROTECTED]> from novell bug #105878 */
 UNUSUAL_DEV(  0x0424, 0x0fdc, 0x0210, 0x0210,
                "SMSC",



_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to