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