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