1*0d62939fSAlan Stern /* Unusual Devices File for the Freecom USB/IDE adaptor 2*0d62939fSAlan Stern * 3*0d62939fSAlan Stern * This program is free software; you can redistribute it and/or modify it 4*0d62939fSAlan Stern * under the terms of the GNU General Public License as published by the 5*0d62939fSAlan Stern * Free Software Foundation; either version 2, or (at your option) any 6*0d62939fSAlan Stern * later version. 7*0d62939fSAlan Stern * 8*0d62939fSAlan Stern * This program is distributed in the hope that it will be useful, but 9*0d62939fSAlan Stern * WITHOUT ANY WARRANTY; without even the implied warranty of 10*0d62939fSAlan Stern * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11*0d62939fSAlan Stern * General Public License for more details. 12*0d62939fSAlan Stern * 13*0d62939fSAlan Stern * You should have received a copy of the GNU General Public License along 14*0d62939fSAlan Stern * with this program; if not, write to the Free Software Foundation, Inc., 15*0d62939fSAlan Stern * 675 Mass Ave, Cambridge, MA 02139, USA. 16*0d62939fSAlan Stern */ 17*0d62939fSAlan Stern 18*0d62939fSAlan Stern #if defined(CONFIG_USB_STORAGE_FREECOM) || \ 19*0d62939fSAlan Stern defined(CONFIG_USB_STORAGE_FREECOM_MODULE) 20*0d62939fSAlan Stern 21*0d62939fSAlan Stern UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999, 22*0d62939fSAlan Stern "Freecom", 23*0d62939fSAlan Stern "USB-IDE", 24*0d62939fSAlan Stern US_SC_QIC, US_PR_FREECOM, init_freecom, 0), 25*0d62939fSAlan Stern 26*0d62939fSAlan Stern #endif /* defined(CONFIG_USB_STORAGE_FREECOM) || ... */ 27