159b4e0cdSNishad Kamdar /* SPDX-License-Identifier: GPL-2.0+ */
2f0183a33SFelipe Balbi /*
3f0183a33SFelipe Balbi  * Unusual Devices File for the Datafab USB Compact Flash reader
42cbbf357SAlan Stern  */
52cbbf357SAlan Stern 
62cbbf357SAlan Stern #if defined(CONFIG_USB_STORAGE_DATAFAB) || \
72cbbf357SAlan Stern 		defined(CONFIG_USB_STORAGE_DATAFAB_MODULE)
82cbbf357SAlan Stern 
92cbbf357SAlan Stern UNUSUAL_DEV(  0x07c4, 0xa000, 0x0000, 0x0015,
102cbbf357SAlan Stern 		"Datafab",
112cbbf357SAlan Stern 		"MDCFE-B USB CF Reader",
128fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
132cbbf357SAlan Stern 		0),
142cbbf357SAlan Stern 
152cbbf357SAlan Stern /*
162cbbf357SAlan Stern  * The following Datafab-based devices may or may not work
172cbbf357SAlan Stern  * using the current driver...the 0xffff is arbitrary since I
182cbbf357SAlan Stern  * don't know what device versions exist for these guys.
192cbbf357SAlan Stern  *
202cbbf357SAlan Stern  * The 0xa003 and 0xa004 devices in particular I'm curious about.
212cbbf357SAlan Stern  * I'm told they exist but so far nobody has come forward to say that
222cbbf357SAlan Stern  * they work with this driver.  Given the success we've had getting
232cbbf357SAlan Stern  * other Datafab-based cards operational with this driver, I've decided
242cbbf357SAlan Stern  * to leave these two devices in the list.
252cbbf357SAlan Stern  */
262cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
272cbbf357SAlan Stern 		"SIIG/Datafab",
282cbbf357SAlan Stern 		"SIIG/Datafab Memory Stick+CF Reader/Writer",
298fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
302cbbf357SAlan Stern 		0),
312cbbf357SAlan Stern 
322cbbf357SAlan Stern /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
332cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
342cbbf357SAlan Stern 		"Datafab/Unknown",
352cbbf357SAlan Stern 		"MD2/MD3 Disk enclosure",
368fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
372cbbf357SAlan Stern 		US_FL_SINGLE_LUN),
382cbbf357SAlan Stern 
392cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
402cbbf357SAlan Stern 		"Datafab/Unknown",
412cbbf357SAlan Stern 		"Datafab-based Reader",
428fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
432cbbf357SAlan Stern 		0),
442cbbf357SAlan Stern 
452cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
462cbbf357SAlan Stern 		"Datafab/Unknown",
472cbbf357SAlan Stern 		"Datafab-based Reader",
488fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
492cbbf357SAlan Stern 		0),
502cbbf357SAlan Stern 
512cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
522cbbf357SAlan Stern 		"PNY/Datafab",
532cbbf357SAlan Stern 		"PNY/Datafab CF+SM Reader",
548fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
552cbbf357SAlan Stern 		0),
562cbbf357SAlan Stern 
572cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
582cbbf357SAlan Stern 		"Simple Tech/Datafab",
592cbbf357SAlan Stern 		"Simple Tech/Datafab CF+SM Reader",
608fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
612cbbf357SAlan Stern 		0),
622cbbf357SAlan Stern 
632cbbf357SAlan Stern /* Submitted by Olaf Hering <olh@suse.de> */
642cbbf357SAlan Stern UNUSUAL_DEV(  0x07c4, 0xa109, 0x0000, 0xffff,
652cbbf357SAlan Stern 		"Datafab Systems, Inc.",
662cbbf357SAlan Stern 		"USB to CF + SM Combo (LC1)",
678fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
682cbbf357SAlan Stern 		0),
692cbbf357SAlan Stern 
70f0183a33SFelipe Balbi /*
71f0183a33SFelipe Balbi  * Reported by Felix Moeller <felix@derklecks.de>
722cbbf357SAlan Stern  * in Germany this is sold by Hama with the productnumber 46952
732cbbf357SAlan Stern  * as "DualSlot CompactFlash(TM) & MStick Drive USB"
742cbbf357SAlan Stern  */
752cbbf357SAlan Stern UNUSUAL_DEV(  0x07c4, 0xa10b, 0x0000, 0xffff,
762cbbf357SAlan Stern 		"DataFab Systems Inc.",
772cbbf357SAlan Stern 		"USB CF+MS",
788fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
792cbbf357SAlan Stern 		0),
802cbbf357SAlan Stern 
812cbbf357SAlan Stern UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
822cbbf357SAlan Stern 		"Acomdata",
832cbbf357SAlan Stern 		"CF",
848fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DATAFAB, NULL,
852cbbf357SAlan Stern 		US_FL_SINGLE_LUN),
862cbbf357SAlan Stern 
872cbbf357SAlan Stern #endif /* defined(CONFIG_USB_STORAGE_DATAFAB) || ... */
88