diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/usb/storage/unusual_sddr55.h | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
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) || ... */ |