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