162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Unusual Devices File for SanDisk SDDR-55 SmartMedia reader 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#if defined(CONFIG_USB_STORAGE_SDDR55) || \ 762306a36Sopenharmony_ci defined(CONFIG_USB_STORAGE_SDDR55_MODULE) 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/* Contributed by Peter Waechtler */ 1062306a36Sopenharmony_ciUNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999, 1162306a36Sopenharmony_ci "Datafab", 1262306a36Sopenharmony_ci "MDSM-B reader", 1362306a36Sopenharmony_ci USB_SC_SCSI, USB_PR_SDDR55, NULL, 1462306a36Sopenharmony_ci US_FL_FIX_INQUIRY), 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci/* SM part - aeb <Andries.Brouwer@cwi.nl> */ 1762306a36Sopenharmony_ciUNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, 1862306a36Sopenharmony_ci "Datafab Systems, Inc.", 1962306a36Sopenharmony_ci "USB to CF + SM Combo (LC1)", 2062306a36Sopenharmony_ci USB_SC_SCSI, USB_PR_SDDR55, NULL, 0), 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciUNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, 2362306a36Sopenharmony_ci "Acomdata", 2462306a36Sopenharmony_ci "SM", 2562306a36Sopenharmony_ci USB_SC_SCSI, USB_PR_SDDR55, NULL, 0), 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_ciUNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999, 2862306a36Sopenharmony_ci "Sandisk", 2962306a36Sopenharmony_ci "ImageMate SDDR55", 3062306a36Sopenharmony_ci USB_SC_SCSI, USB_PR_SDDR55, NULL, 0), 3162306a36Sopenharmony_ci 3262306a36Sopenharmony_ci#endif /* defined(CONFIG_USB_STORAGE_SDDR55) || ... */ 33