usb-storage: make karma a separate module
This patch (as1216) converts usb-storage's karma subdriver into a separate module. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a74bba3bf9
commit
c10337846c
@@ -276,13 +276,6 @@ UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100,
|
||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||
US_FL_NOT_LOCKABLE ),
|
||||
|
||||
#ifdef CONFIG_USB_STORAGE_KARMA
|
||||
UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101,
|
||||
"Rio",
|
||||
"Rio Karma",
|
||||
US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0),
|
||||
#endif
|
||||
|
||||
/* Reported by Tamas Kerecsen <kerecsen@bigfoot.com>
|
||||
* Obviously the PROM has not been customized by the VAR;
|
||||
* the Vendor and Product string descriptors are:
|
||||
|
Reference in New Issue
Block a user