Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Unusual Devices File for the Alauda-based card readers
0004  */
0005 
0006 #if defined(CONFIG_USB_STORAGE_ALAUDA) || \
0007         defined(CONFIG_USB_STORAGE_ALAUDA_MODULE)
0008 
0009 UNUSUAL_DEV(  0x0584, 0x0008, 0x0102, 0x0102,
0010         "Fujifilm",
0011         "DPC-R1 (Alauda)",
0012         USB_SC_SCSI, USB_PR_ALAUDA, init_alauda, 0),
0013 
0014 UNUSUAL_DEV(  0x07b4, 0x010a, 0x0102, 0x0102,
0015         "Olympus",
0016         "MAUSB-10 (Alauda)",
0017         USB_SC_SCSI, USB_PR_ALAUDA, init_alauda, 0),
0018 
0019 #endif /* defined(CONFIG_USB_STORAGE_ALAUDA) || ... */