Hi all,

please disregard this message if this is known fact, but I could not find
it anywhere. I could not also find a proper way to submit this information 
to developers, thus I post to this mailing list.

Sony Clie NR70 (the new one with a "twisting" display) reports itself as a
new USB device when used as "PEG Mass Storage" via MS Import utility and
therefore is not recognized by USB mass storage driver. I had to add the
following fragment to unusual_devs.h to make it work:


UNUSUAL_DEV(  0x054c, 0x0099, 0x0000, 0x9999,
                "Sony",
                "PEG Mass Storage",
                US_SC_8070, US_PR_CBI, NULL,
                US_FL_FIX_INQUIRY ),
                
with this addition driver picks it up and memory stick memory can be
mounted as "disk" /dev/sda1


Vadim Kurland


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to