18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Unusual Devices File for SanDisk SDDR-55 SmartMedia reader
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#if defined(CONFIG_USB_STORAGE_SDDR55) || \
78c2ecf20Sopenharmony_ci		defined(CONFIG_USB_STORAGE_SDDR55_MODULE)
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/* Contributed by Peter Waechtler */
108c2ecf20Sopenharmony_ciUNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
118c2ecf20Sopenharmony_ci		"Datafab",
128c2ecf20Sopenharmony_ci		"MDSM-B reader",
138c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_SDDR55, NULL,
148c2ecf20Sopenharmony_ci		US_FL_FIX_INQUIRY),
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci/* SM part - aeb <Andries.Brouwer@cwi.nl> */
178c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x07c4, 0xa109, 0x0000, 0xffff,
188c2ecf20Sopenharmony_ci		"Datafab Systems, Inc.",
198c2ecf20Sopenharmony_ci		"USB to CF + SM Combo (LC1)",
208c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_SDDR55, NULL, 0),
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciUNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
238c2ecf20Sopenharmony_ci		"Acomdata",
248c2ecf20Sopenharmony_ci		"SM",
258c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_SDDR55, NULL, 0),
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x55aa, 0xa103, 0x0000, 0x9999,
288c2ecf20Sopenharmony_ci		"Sandisk",
298c2ecf20Sopenharmony_ci		"ImageMate SDDR55",
308c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_SDDR55, NULL, 0),
318c2ecf20Sopenharmony_ci
328c2ecf20Sopenharmony_ci#endif /* defined(CONFIG_USB_STORAGE_SDDR55) || ... */
33