Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Unusual Devices File for the Lexar "Jumpshot" Compact Flash reader
0004  */
0005 
0006 #if defined(CONFIG_USB_STORAGE_JUMPSHOT) || \
0007         defined(CONFIG_USB_STORAGE_JUMPSHOT_MODULE)
0008 
0009 UNUSUAL_DEV(  0x05dc, 0x0001, 0x0000, 0x0001,
0010         "Lexar",
0011         "Jumpshot USB CF Reader",
0012         USB_SC_SCSI, USB_PR_JUMPSHOT, NULL,
0013         US_FL_NEED_OVERRIDE),
0014 
0015 #endif /* defined(CONFIG_USB_STORAGE_JUMPSHOT) || ... */