18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Unusual Devices File for SanDisk SDDR-09 SmartMedia reader
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#if defined(CONFIG_USB_STORAGE_SDDR09) || \
78c2ecf20Sopenharmony_ci		defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x0436, 0x0005, 0x0100, 0x0100,
108c2ecf20Sopenharmony_ci		"Microtech",
118c2ecf20Sopenharmony_ci		"CameraMate (DPCM_USB)",
128c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_DPCM_USB, NULL, 0),
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x04e6, 0x0003, 0x0000, 0x9999,
158c2ecf20Sopenharmony_ci		"Sandisk",
168c2ecf20Sopenharmony_ci		"ImageMate SDDR09",
178c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_EUSB_SDDR09, usb_stor_sddr09_init,
188c2ecf20Sopenharmony_ci		0),
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci/* This entry is from Andries.Brouwer@cwi.nl */
218c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x04e6, 0x0005, 0x0100, 0x0208,
228c2ecf20Sopenharmony_ci		"SCM Microsystems",
238c2ecf20Sopenharmony_ci		"eUSB SmartMedia / CompactFlash Adapter",
248c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_DPCM_USB, usb_stor_sddr09_dpcm_init,
258c2ecf20Sopenharmony_ci		0),
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x066b, 0x0105, 0x0100, 0x0100,
288c2ecf20Sopenharmony_ci		"Olympus",
298c2ecf20Sopenharmony_ci		"Camedia MAUSB-2",
308c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_EUSB_SDDR09, usb_stor_sddr09_init,
318c2ecf20Sopenharmony_ci		0),
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x0781, 0x0200, 0x0000, 0x9999,
348c2ecf20Sopenharmony_ci		"Sandisk",
358c2ecf20Sopenharmony_ci		"ImageMate SDDR-09",
368c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_EUSB_SDDR09, usb_stor_sddr09_init,
378c2ecf20Sopenharmony_ci		0),
388c2ecf20Sopenharmony_ci
398c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x07af, 0x0006, 0x0100, 0x0100,
408c2ecf20Sopenharmony_ci		"Microtech",
418c2ecf20Sopenharmony_ci		"CameraMate (DPCM_USB)",
428c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_DPCM_USB, NULL, 0),
438c2ecf20Sopenharmony_ci
448c2ecf20Sopenharmony_ci#endif /* defined(CONFIG_USB_STORAGE_SDDR09) || ... */
45