159b4e0cdSNishad Kamdar /* SPDX-License-Identifier: GPL-2.0+ */
2f0183a33SFelipe Balbi /*
3f0183a33SFelipe Balbi  * Unusual Devices File for the Freecom USB/IDE adaptor
40d62939fSAlan Stern  */
50d62939fSAlan Stern 
60d62939fSAlan Stern #if defined(CONFIG_USB_STORAGE_FREECOM) || \
70d62939fSAlan Stern 		defined(CONFIG_USB_STORAGE_FREECOM_MODULE)
80d62939fSAlan Stern 
90d62939fSAlan Stern UNUSUAL_DEV(  0x07ab, 0xfc01, 0x0000, 0x9999,
100d62939fSAlan Stern 		"Freecom",
110d62939fSAlan Stern 		"USB-IDE",
128fa7fd74SMichal Nazarewicz 		USB_SC_QIC, USB_PR_FREECOM, init_freecom, 0),
130d62939fSAlan Stern 
140d62939fSAlan Stern #endif /* defined(CONFIG_USB_STORAGE_FREECOM) || ... */
15