diff options
author | Michal Nazarewicz <mina86@mina86.com> | 2010-10-07 07:05:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 13:21:49 -0400 |
commit | 8fa7fd74ef398370383df276ca41082ba35aafd8 (patch) | |
tree | eff3040f8e4b7ec1d2c611d811f790a2a96071ce /drivers/usb/storage/unusual_sddr55.h | |
parent | 1992de83e375acc789daf66b7b72a812a5235b75 (diff) |
USB: storage: Use USB_ prefix instead of US_ prefix
This commit changes prefix for some of the USB mass storage
class related macros (ie. USB_SC_ for subclass and USB_PR_
for class).
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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) || ... */ |