1f0183a33SFelipe Balbi /*
2f0183a33SFelipe Balbi  * Unusual Devices File for the Freecom USB/IDE adaptor
30d62939fSAlan Stern  *
40d62939fSAlan Stern  * This program is free software; you can redistribute it and/or modify it
50d62939fSAlan Stern  * under the terms of the GNU General Public License as published by the
60d62939fSAlan Stern  * Free Software Foundation; either version 2, or (at your option) any
70d62939fSAlan Stern  * later version.
80d62939fSAlan Stern  *
90d62939fSAlan Stern  * This program is distributed in the hope that it will be useful, but
100d62939fSAlan Stern  * WITHOUT ANY WARRANTY; without even the implied warranty of
110d62939fSAlan Stern  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
120d62939fSAlan Stern  * General Public License for more details.
130d62939fSAlan Stern  *
140d62939fSAlan Stern  * You should have received a copy of the GNU General Public License along
150d62939fSAlan Stern  * with this program; if not, write to the Free Software Foundation, Inc.,
160d62939fSAlan Stern  * 675 Mass Ave, Cambridge, MA 02139, USA.
170d62939fSAlan Stern  */
180d62939fSAlan Stern 
190d62939fSAlan Stern #if defined(CONFIG_USB_STORAGE_FREECOM) || \
200d62939fSAlan Stern 		defined(CONFIG_USB_STORAGE_FREECOM_MODULE)
210d62939fSAlan Stern 
220d62939fSAlan Stern UNUSUAL_DEV(  0x07ab, 0xfc01, 0x0000, 0x9999,
230d62939fSAlan Stern 		"Freecom",
240d62939fSAlan Stern 		"USB-IDE",
258fa7fd74SMichal Nazarewicz 		USB_SC_QIC, USB_PR_FREECOM, init_freecom, 0),
260d62939fSAlan Stern 
270d62939fSAlan Stern #endif /* defined(CONFIG_USB_STORAGE_FREECOM) || ... */
28