12cbbf357SAlan Stern /* Unusual Devices File for the Datafab USB Compact Flash reader
22cbbf357SAlan Stern  *
32cbbf357SAlan Stern  * This program is free software; you can redistribute it and/or modify it
42cbbf357SAlan Stern  * under the terms of the GNU General Public License as published by the
52cbbf357SAlan Stern  * Free Software Foundation; either version 2, or (at your option) any
62cbbf357SAlan Stern  * later version.
72cbbf357SAlan Stern  *
82cbbf357SAlan Stern  * This program is distributed in the hope that it will be useful, but
92cbbf357SAlan Stern  * WITHOUT ANY WARRANTY; without even the implied warranty of
102cbbf357SAlan Stern  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
112cbbf357SAlan Stern  * General Public License for more details.
122cbbf357SAlan Stern  *
132cbbf357SAlan Stern  * You should have received a copy of the GNU General Public License along
142cbbf357SAlan Stern  * with this program; if not, write to the Free Software Foundation, Inc.,
152cbbf357SAlan Stern  * 675 Mass Ave, Cambridge, MA 02139, USA.
162cbbf357SAlan Stern  */
172cbbf357SAlan Stern 
182cbbf357SAlan Stern #if defined(CONFIG_USB_STORAGE_DATAFAB) || \
192cbbf357SAlan Stern 		defined(CONFIG_USB_STORAGE_DATAFAB_MODULE)
202cbbf357SAlan Stern 
212cbbf357SAlan Stern UNUSUAL_DEV(  0x07c4, 0xa000, 0x0000, 0x0015,
222cbbf357SAlan Stern 		"Datafab",
232cbbf357SAlan Stern 		"MDCFE-B USB CF Reader",
242cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
252cbbf357SAlan Stern 		0),
262cbbf357SAlan Stern 
272cbbf357SAlan Stern /*
282cbbf357SAlan Stern  * The following Datafab-based devices may or may not work
292cbbf357SAlan Stern  * using the current driver...the 0xffff is arbitrary since I
302cbbf357SAlan Stern  * don't know what device versions exist for these guys.
312cbbf357SAlan Stern  *
322cbbf357SAlan Stern  * The 0xa003 and 0xa004 devices in particular I'm curious about.
332cbbf357SAlan Stern  * I'm told they exist but so far nobody has come forward to say that
342cbbf357SAlan Stern  * they work with this driver.  Given the success we've had getting
352cbbf357SAlan Stern  * other Datafab-based cards operational with this driver, I've decided
362cbbf357SAlan Stern  * to leave these two devices in the list.
372cbbf357SAlan Stern  */
382cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
392cbbf357SAlan Stern 		"SIIG/Datafab",
402cbbf357SAlan Stern 		"SIIG/Datafab Memory Stick+CF Reader/Writer",
412cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
422cbbf357SAlan Stern 		0),
432cbbf357SAlan Stern 
442cbbf357SAlan Stern /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
452cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
462cbbf357SAlan Stern 		"Datafab/Unknown",
472cbbf357SAlan Stern 		"MD2/MD3 Disk enclosure",
482cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
492cbbf357SAlan Stern 		US_FL_SINGLE_LUN),
502cbbf357SAlan Stern 
512cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
522cbbf357SAlan Stern 		"Datafab/Unknown",
532cbbf357SAlan Stern 		"Datafab-based Reader",
542cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
552cbbf357SAlan Stern 		0),
562cbbf357SAlan Stern 
572cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
582cbbf357SAlan Stern 		"Datafab/Unknown",
592cbbf357SAlan Stern 		"Datafab-based Reader",
602cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
612cbbf357SAlan Stern 		0),
622cbbf357SAlan Stern 
632cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
642cbbf357SAlan Stern 		"PNY/Datafab",
652cbbf357SAlan Stern 		"PNY/Datafab CF+SM Reader",
662cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
672cbbf357SAlan Stern 		0),
682cbbf357SAlan Stern 
692cbbf357SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
702cbbf357SAlan Stern 		"Simple Tech/Datafab",
712cbbf357SAlan Stern 		"Simple Tech/Datafab CF+SM Reader",
722cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
732cbbf357SAlan Stern 		0),
742cbbf357SAlan Stern 
752cbbf357SAlan Stern /* Submitted by Olaf Hering <olh@suse.de> */
762cbbf357SAlan Stern UNUSUAL_DEV(  0x07c4, 0xa109, 0x0000, 0xffff,
772cbbf357SAlan Stern 		"Datafab Systems, Inc.",
782cbbf357SAlan Stern 		"USB to CF + SM Combo (LC1)",
792cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
802cbbf357SAlan Stern 		0),
812cbbf357SAlan Stern 
822cbbf357SAlan Stern /* Reported by Felix Moeller <felix@derklecks.de>
832cbbf357SAlan Stern  * in Germany this is sold by Hama with the productnumber 46952
842cbbf357SAlan Stern  * as "DualSlot CompactFlash(TM) & MStick Drive USB"
852cbbf357SAlan Stern  */
862cbbf357SAlan Stern UNUSUAL_DEV(  0x07c4, 0xa10b, 0x0000, 0xffff,
872cbbf357SAlan Stern 		"DataFab Systems Inc.",
882cbbf357SAlan Stern 		"USB CF+MS",
892cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
902cbbf357SAlan Stern 		0),
912cbbf357SAlan Stern 
922cbbf357SAlan Stern UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
932cbbf357SAlan Stern 		"Acomdata",
942cbbf357SAlan Stern 		"CF",
952cbbf357SAlan Stern 		US_SC_SCSI, US_PR_DATAFAB, NULL,
962cbbf357SAlan Stern 		US_FL_SINGLE_LUN),
972cbbf357SAlan Stern 
982cbbf357SAlan Stern #endif /* defined(CONFIG_USB_STORAGE_DATAFAB) || ... */
99