xref: /OK3568_Linux_fs/kernel/drivers/usb/storage/unusual_jumpshot.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0+ */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Unusual Devices File for the Lexar "Jumpshot" Compact Flash reader
4*4882a593Smuzhiyun  */
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun #if defined(CONFIG_USB_STORAGE_JUMPSHOT) || \
7*4882a593Smuzhiyun 		defined(CONFIG_USB_STORAGE_JUMPSHOT_MODULE)
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun UNUSUAL_DEV(  0x05dc, 0x0001, 0x0000, 0x0001,
10*4882a593Smuzhiyun 		"Lexar",
11*4882a593Smuzhiyun 		"Jumpshot USB CF Reader",
12*4882a593Smuzhiyun 		USB_SC_SCSI, USB_PR_JUMPSHOT, NULL,
13*4882a593Smuzhiyun 		US_FL_NEED_OVERRIDE),
14*4882a593Smuzhiyun 
15*4882a593Smuzhiyun #endif /* defined(CONFIG_USB_STORAGE_JUMPSHOT) || ... */
16