rain.wang wrote:
Hi all,
   I bought a Primax digital camera which is not supported by linux,
I tried but I can't drive it still.
   I found it use a Datafab MMC reader from its windows driver info
file:

MSFT="Microsoft"
MfgName="Microsoft"
USB\VID_07C4&PID_B004.DeviceDesc="USB Mass Storage Driver"
GenericBulkOnly.DeviceDesc="USB Mass Storage Device"
USB\VID_0461&PID_081D.DeviceDesc="Photo Power 100 MSD"
USBSTOR.SvcDesc="USB Mass Storage Device"

   so I patched unusual_devs.h under redhat9's 2.4.20-8 kernel
as:

UNUSUAL_DEV(  0x0461, 0x081d, 0x0000, 0xffff,
                "PRIMAX",
                "Digital Camera",
                US_SC_SCSI, US_PR_DATAFAB, NULL,
                US_FL_MODE_XLATE | US_FL_START_CHECK ),

Try
UNUSUAL_DEV(  0x0461, 0x081d, 0x0000, 0xffff,
                 "PRIMAX",
                 "Digital Camera",
                 US_SC_DEVICE, US_PR_DEVICE, NULL,
                 US_FL_FIX_INQUIRY ),




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to