Linux Audio

Check our new training course

Embedded Linux training

Mar 31-Apr 8, 2025
Register
Loading...
v6.8
 1/* SPDX-License-Identifier: GPL-2.0+ */
 2/*
 3 * Unusual Devices File for the Lexar "Jumpshot" Compact Flash reader
 4 */
 5
 6#if defined(CONFIG_USB_STORAGE_JUMPSHOT) || \
 7		defined(CONFIG_USB_STORAGE_JUMPSHOT_MODULE)
 8
 9UNUSUAL_DEV(  0x05dc, 0x0001, 0x0000, 0x0001,
10		"Lexar",
11		"Jumpshot USB CF Reader",
12		USB_SC_SCSI, USB_PR_JUMPSHOT, NULL,
13		US_FL_NEED_OVERRIDE),
14
15#endif /* defined(CONFIG_USB_STORAGE_JUMPSHOT) || ... */
v4.17
 1// SPDX-License-Identifier: GPL-2.0+
 2/*
 3 * Unusual Devices File for the Lexar "Jumpshot" Compact Flash reader
 4 */
 5
 6#if defined(CONFIG_USB_STORAGE_JUMPSHOT) || \
 7		defined(CONFIG_USB_STORAGE_JUMPSHOT_MODULE)
 8
 9UNUSUAL_DEV(  0x05dc, 0x0001, 0x0000, 0x0001,
10		"Lexar",
11		"Jumpshot USB CF Reader",
12		USB_SC_SCSI, USB_PR_JUMPSHOT, NULL,
13		US_FL_NEED_OVERRIDE),
14
15#endif /* defined(CONFIG_USB_STORAGE_JUMPSHOT) || ... */