162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Unusual Devices File for the Alauda-based card readers 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#if defined(CONFIG_USB_STORAGE_ALAUDA) || \ 762306a36Sopenharmony_ci defined(CONFIG_USB_STORAGE_ALAUDA_MODULE) 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciUNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102, 1062306a36Sopenharmony_ci "Fujifilm", 1162306a36Sopenharmony_ci "DPC-R1 (Alauda)", 1262306a36Sopenharmony_ci USB_SC_SCSI, USB_PR_ALAUDA, init_alauda, 0), 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciUNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102, 1562306a36Sopenharmony_ci "Olympus", 1662306a36Sopenharmony_ci "MAUSB-10 (Alauda)", 1762306a36Sopenharmony_ci USB_SC_SCSI, USB_PR_ALAUDA, init_alauda, 0), 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci#endif /* defined(CONFIG_USB_STORAGE_ALAUDA) || ... */ 20