blob: c323338881efd4793cd85d71bc5aadef6d33b81d [file] [log] [blame]
Greg Kroah-Hartman5fd54ac2017-11-03 11:28:30 +01001// SPDX-License-Identifier: GPL-2.0+
Felipe Balbif0183a32016-04-18 13:09:11 +03002/*
3 * Unusual Devices File for the Lexar "Jumpshot" Compact Flash reader
Alan Sterna9fb6d02009-02-12 14:48:19 -05004 */
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",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +020012 USB_SC_SCSI, USB_PR_JUMPSHOT, NULL,
Alan Sterna9fb6d02009-02-12 14:48:19 -050013 US_FL_NEED_OVERRIDE),
14
15#endif /* defined(CONFIG_USB_STORAGE_JUMPSHOT) || ... */