Steve Kemp wrote: >> With the following entry in the unusual_devices my drive >> now gets detected correctly (I think), but I am still unable >> to mount it nor to read the partition table. >> >>UNUSUAL_DEV( 0x0c76, 0x0003, 0x0100, 0x0100, >> "RiteLink", >> "mass storage / USB pocket disk", >> US_SC_SCSI, US_PR_BULK, NULL, 0 ), >> > > I've just got a new USB Flash device - and I'm getting > nowhere using it. > > I've tried searching the web, and the archives of this > mailing list - but I have a couple of, probably, basic > questions. > > Firstly how did you derive the magic numbers above?
It's the output of lsusb (from usbtools) or "/cat/proc/bus/usb" (with mounted usbdevfs): T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0c76 ProdID=0003 Rev= 1.00 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl=255ms VendorID - ProductID - Revision Number Hope this helps. -fl _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
