Nishad Kamdar | 59b4e0c | 2020-04-19 18:46:57 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Felipe Balbi | f0183a3 | 2016-04-18 13:09:11 +0300 | [diff] [blame] | 2 | /* |
| 3 | * Unusual Devices File for the Datafab USB Compact Flash reader |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #if defined(CONFIG_USB_STORAGE_DATAFAB) || \ |
| 7 | defined(CONFIG_USB_STORAGE_DATAFAB_MODULE) |
| 8 | |
| 9 | UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015, |
| 10 | "Datafab", |
| 11 | "MDCFE-B USB CF Reader", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 12 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 13 | 0), |
| 14 | |
| 15 | /* |
| 16 | * The following Datafab-based devices may or may not work |
| 17 | * using the current driver...the 0xffff is arbitrary since I |
| 18 | * don't know what device versions exist for these guys. |
| 19 | * |
| 20 | * The 0xa003 and 0xa004 devices in particular I'm curious about. |
| 21 | * I'm told they exist but so far nobody has come forward to say that |
| 22 | * they work with this driver. Given the success we've had getting |
| 23 | * other Datafab-based cards operational with this driver, I've decided |
| 24 | * to leave these two devices in the list. |
| 25 | */ |
| 26 | UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff, |
| 27 | "SIIG/Datafab", |
| 28 | "SIIG/Datafab Memory Stick+CF Reader/Writer", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 29 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 30 | 0), |
| 31 | |
| 32 | /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */ |
| 33 | UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff, |
| 34 | "Datafab/Unknown", |
| 35 | "MD2/MD3 Disk enclosure", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 36 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 37 | US_FL_SINGLE_LUN), |
| 38 | |
| 39 | UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff, |
| 40 | "Datafab/Unknown", |
| 41 | "Datafab-based Reader", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 42 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 43 | 0), |
| 44 | |
| 45 | UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff, |
| 46 | "Datafab/Unknown", |
| 47 | "Datafab-based Reader", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 48 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 49 | 0), |
| 50 | |
| 51 | UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff, |
| 52 | "PNY/Datafab", |
| 53 | "PNY/Datafab CF+SM Reader", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 54 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 55 | 0), |
| 56 | |
| 57 | UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff, |
| 58 | "Simple Tech/Datafab", |
| 59 | "Simple Tech/Datafab CF+SM Reader", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 60 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 61 | 0), |
| 62 | |
| 63 | /* Submitted by Olaf Hering <olh@suse.de> */ |
| 64 | UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, |
| 65 | "Datafab Systems, Inc.", |
| 66 | "USB to CF + SM Combo (LC1)", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 67 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 68 | 0), |
| 69 | |
Felipe Balbi | f0183a3 | 2016-04-18 13:09:11 +0300 | [diff] [blame] | 70 | /* |
| 71 | * Reported by Felix Moeller <felix@derklecks.de> |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 72 | * in Germany this is sold by Hama with the productnumber 46952 |
| 73 | * as "DualSlot CompactFlash(TM) & MStick Drive USB" |
| 74 | */ |
| 75 | UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff, |
| 76 | "DataFab Systems Inc.", |
| 77 | "USB CF+MS", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 78 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 79 | 0), |
| 80 | |
| 81 | UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, |
| 82 | "Acomdata", |
| 83 | "CF", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 84 | USB_SC_SCSI, USB_PR_DATAFAB, NULL, |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 85 | US_FL_SINGLE_LUN), |
| 86 | |
| 87 | #endif /* defined(CONFIG_USB_STORAGE_DATAFAB) || ... */ |