xref: /openbmc/linux/drivers/usb/storage/unusual_jumpshot.h (revision a9fb6d05d59c9e118ad8c355adfdf88c970c61bc)
1*a9fb6d05SAlan Stern /* Unusual Devices File for the Lexar "Jumpshot" Compact Flash reader
2*a9fb6d05SAlan Stern  *
3*a9fb6d05SAlan Stern  * This program is free software; you can redistribute it and/or modify it
4*a9fb6d05SAlan Stern  * under the terms of the GNU General Public License as published by the
5*a9fb6d05SAlan Stern  * Free Software Foundation; either version 2, or (at your option) any
6*a9fb6d05SAlan Stern  * later version.
7*a9fb6d05SAlan Stern  *
8*a9fb6d05SAlan Stern  * This program is distributed in the hope that it will be useful, but
9*a9fb6d05SAlan Stern  * WITHOUT ANY WARRANTY; without even the implied warranty of
10*a9fb6d05SAlan Stern  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11*a9fb6d05SAlan Stern  * General Public License for more details.
12*a9fb6d05SAlan Stern  *
13*a9fb6d05SAlan Stern  * You should have received a copy of the GNU General Public License along
14*a9fb6d05SAlan Stern  * with this program; if not, write to the Free Software Foundation, Inc.,
15*a9fb6d05SAlan Stern  * 675 Mass Ave, Cambridge, MA 02139, USA.
16*a9fb6d05SAlan Stern  */
17*a9fb6d05SAlan Stern 
18*a9fb6d05SAlan Stern #if defined(CONFIG_USB_STORAGE_JUMPSHOT) || \
19*a9fb6d05SAlan Stern 		defined(CONFIG_USB_STORAGE_JUMPSHOT_MODULE)
20*a9fb6d05SAlan Stern 
21*a9fb6d05SAlan Stern UNUSUAL_DEV(  0x05dc, 0x0001, 0x0000, 0x0001,
22*a9fb6d05SAlan Stern 		"Lexar",
23*a9fb6d05SAlan Stern 		"Jumpshot USB CF Reader",
24*a9fb6d05SAlan Stern 		US_SC_SCSI, US_PR_JUMPSHOT, NULL,
25*a9fb6d05SAlan Stern 		US_FL_NEED_OVERRIDE),
26*a9fb6d05SAlan Stern 
27*a9fb6d05SAlan Stern #endif /* defined(CONFIG_USB_STORAGE_JUMPSHOT) || ... */
28