diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2009-02-12 14:48:08 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:34 -0400 |
commit | 26d6818f19d0ab018f28a20d699511c1efdf508b (patch) | |
tree | 78c8307da63551997421dd54ac362365cada39d4 /drivers/usb/storage/unusual_devs.h | |
parent | fcdb51401f7f695b7fb782721b2e33372c5a06ce (diff) |
usb-storage: make shuttle_usbat a separate module
This patch (as1211) converts usb-storage's shuttle_usbat subdriver
into a separate module.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index eff97aed7bfe..6462c4c54dc0 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -85,18 +85,6 @@ UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200, | |||
85 | "CD-Writer+", | 85 | "CD-Writer+", |
86 | US_SC_8070, US_PR_CB, NULL, 0), | 86 | US_SC_8070, US_PR_CB, NULL, 0), |
87 | 87 | ||
88 | #ifdef CONFIG_USB_STORAGE_USBAT | ||
89 | UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001, | ||
90 | "HP", | ||
91 | "CD-Writer+ 8200e", | ||
92 | US_SC_8070, US_PR_USBAT, init_usbat_cd, 0), | ||
93 | |||
94 | UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001, | ||
95 | "HP", | ||
96 | "CD-Writer+ CD-4e", | ||
97 | US_SC_8070, US_PR_USBAT, init_usbat_cd, 0), | ||
98 | #endif | ||
99 | |||
100 | /* Reported by Ben Efros <ben@pc-doctor.com> */ | 88 | /* Reported by Ben Efros <ben@pc-doctor.com> */ |
101 | UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000, | 89 | UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000, |
102 | "HP", | 90 | "HP", |
@@ -506,14 +494,6 @@ UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200, | |||
506 | "CD-RW Device", | 494 | "CD-RW Device", |
507 | US_SC_8020, US_PR_CB, NULL, 0), | 495 | US_SC_8020, US_PR_CB, NULL, 0), |
508 | 496 | ||
509 | #ifdef CONFIG_USB_STORAGE_USBAT | ||
510 | UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999, | ||
511 | "Shuttle/SCM", | ||
512 | "USBAT-02", | ||
513 | US_SC_SCSI, US_PR_USBAT, init_usbat_flash, | ||
514 | US_FL_SINGLE_LUN), | ||
515 | #endif | ||
516 | |||
517 | /* Reported by Dmitry Khlystov <adminimus@gmail.com> */ | 497 | /* Reported by Dmitry Khlystov <adminimus@gmail.com> */ |
518 | UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220, | 498 | UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220, |
519 | "Samsung", | 499 | "Samsung", |
@@ -972,14 +952,6 @@ UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009, | |||
972 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 952 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
973 | US_FL_FIX_CAPACITY ), | 953 | US_FL_FIX_CAPACITY ), |
974 | 954 | ||
975 | #ifdef CONFIG_USB_STORAGE_USBAT | ||
976 | UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005, | ||
977 | "Sandisk", | ||
978 | "ImageMate SDDR-05b", | ||
979 | US_SC_SCSI, US_PR_USBAT, init_usbat_flash, | ||
980 | US_FL_SINGLE_LUN ), | ||
981 | #endif | ||
982 | |||
983 | UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100, | 955 | UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100, |
984 | "Sandisk", | 956 | "Sandisk", |
985 | "ImageMate SDDR-12", | 957 | "ImageMate SDDR-12", |