0001
0002
0003
0004
0005
0006 #if defined(CONFIG_USB_STORAGE_SDDR09) || \
0007 defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
0008
0009 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
0010 "Microtech",
0011 "CameraMate (DPCM_USB)",
0012 USB_SC_SCSI, USB_PR_DPCM_USB, NULL, 0),
0013
0014 UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999,
0015 "Sandisk",
0016 "ImageMate SDDR09",
0017 USB_SC_SCSI, USB_PR_EUSB_SDDR09, usb_stor_sddr09_init,
0018 0),
0019
0020
0021 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
0022 "SCM Microsystems",
0023 "eUSB SmartMedia / CompactFlash Adapter",
0024 USB_SC_SCSI, USB_PR_DPCM_USB, usb_stor_sddr09_dpcm_init,
0025 0),
0026
0027 UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100,
0028 "Olympus",
0029 "Camedia MAUSB-2",
0030 USB_SC_SCSI, USB_PR_EUSB_SDDR09, usb_stor_sddr09_init,
0031 0),
0032
0033 UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999,
0034 "Sandisk",
0035 "ImageMate SDDR-09",
0036 USB_SC_SCSI, USB_PR_EUSB_SDDR09, usb_stor_sddr09_init,
0037 0),
0038
0039 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
0040 "Microtech",
0041 "CameraMate (DPCM_USB)",
0042 USB_SC_SCSI, USB_PR_DPCM_USB, NULL, 0),
0043
0044 #endif