diff options
Diffstat (limited to 'drivers/usb/storage/unusual_sddr55.h')
-rw-r--r-- | drivers/usb/storage/unusual_sddr55.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/storage/unusual_sddr55.h b/drivers/usb/storage/unusual_sddr55.h index ae81ef7a1cfd..fcb7e12c598f 100644 --- a/drivers/usb/storage/unusual_sddr55.h +++ b/drivers/usb/storage/unusual_sddr55.h | |||
@@ -22,23 +22,23 @@ | |||
22 | UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999, | 22 | UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999, |
23 | "Datafab", | 23 | "Datafab", |
24 | "MDSM-B reader", | 24 | "MDSM-B reader", |
25 | US_SC_SCSI, US_PR_SDDR55, NULL, | 25 | USB_SC_SCSI, USB_PR_SDDR55, NULL, |
26 | US_FL_FIX_INQUIRY), | 26 | US_FL_FIX_INQUIRY), |
27 | 27 | ||
28 | /* SM part - aeb <Andries.Brouwer@cwi.nl> */ | 28 | /* SM part - aeb <Andries.Brouwer@cwi.nl> */ |
29 | UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, | 29 | UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, |
30 | "Datafab Systems, Inc.", | 30 | "Datafab Systems, Inc.", |
31 | "USB to CF + SM Combo (LC1)", | 31 | "USB to CF + SM Combo (LC1)", |
32 | US_SC_SCSI, US_PR_SDDR55, NULL, 0), | 32 | USB_SC_SCSI, USB_PR_SDDR55, NULL, 0), |
33 | 33 | ||
34 | UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, | 34 | UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, |
35 | "Acomdata", | 35 | "Acomdata", |
36 | "SM", | 36 | "SM", |
37 | US_SC_SCSI, US_PR_SDDR55, NULL, 0), | 37 | USB_SC_SCSI, USB_PR_SDDR55, NULL, 0), |
38 | 38 | ||
39 | UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999, | 39 | UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999, |
40 | "Sandisk", | 40 | "Sandisk", |
41 | "ImageMate SDDR55", | 41 | "ImageMate SDDR55", |
42 | US_SC_SCSI, US_PR_SDDR55, NULL, 0), | 42 | USB_SC_SCSI, USB_PR_SDDR55, NULL, 0), |
43 | 43 | ||
44 | #endif /* defined(CONFIG_USB_STORAGE_SDDR55) || ... */ | 44 | #endif /* defined(CONFIG_USB_STORAGE_SDDR55) || ... */ |