usb-storage: make jumpshot a separate module
This patch (as1214) converts usb-storage's jumpshot 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
2cbbf3576a
commit
a9fb6d05d5
@@ -794,14 +794,6 @@ UNUSUAL_DEV( 0x05c6, 0x1000, 0x0000, 0x9999,
|
||||
US_SC_DEVICE, US_PR_DEVICE, option_ms_init,
|
||||
0),
|
||||
|
||||
#ifdef CONFIG_USB_STORAGE_JUMPSHOT
|
||||
UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
|
||||
"Lexar",
|
||||
"Jumpshot USB CF Reader",
|
||||
US_SC_SCSI, US_PR_JUMPSHOT, NULL,
|
||||
US_FL_NEED_OVERRIDE ),
|
||||
#endif
|
||||
|
||||
/* Reported by Blake Matheny <bmatheny@purdue.edu> */
|
||||
UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
|
||||
"Lexar",
|
||||
|
Reference in New Issue
Block a user