USB: unusual dev for Option N.V. ZeroCD modems
Many newer Option mobile broadband devices initially provide a usb-storage "driver CD" device that's pretty useless on Linux since any software on it most likely wouldn't be compatible with your kernel or distro anyway. Thus, by default just kill the driver CD device by sending the SCSI 'rezero' command, but allow override of the default behavior via usb-storage module parameter so users can keep the ZeroCD device if they really want to. Inspired by the Sierra TruInstall patch. Signed-off-by: Dan Williams <dcbw@redhat.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Cc: Peter Henn <p.henn@option.com Cc: Denis Joseph Barrow <D.Barow@option.com> Cc: 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
49367d8f1d
commit
281b064f23
@@ -985,6 +985,18 @@ UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
|
||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||
US_FL_FIX_CAPACITY ),
|
||||
|
||||
/* Reported by Dan Williams <dcbw@redhat.com>
|
||||
* Option N.V. mobile broadband modems
|
||||
* Ignore driver CD mode and force into modem mode by default.
|
||||
*/
|
||||
|
||||
/* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */
|
||||
UNUSUAL_DEV( 0x05c6, 0x1000, 0x0000, 0x9999,
|
||||
"Option N.V.",
|
||||
"Mass Storage",
|
||||
US_SC_DEVICE, US_PR_DEVICE, option_ms_init,
|
||||
0),
|
||||
|
||||
#ifdef CONFIG_USB_STORAGE_JUMPSHOT
|
||||
UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
|
||||
"Lexar",
|
||||
@@ -1474,6 +1486,18 @@ UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
|
||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||
US_FL_IGNORE_DEVICE ),
|
||||
|
||||
/* Reported by Dan Williams <dcbw@redhat.com>
|
||||
* Option N.V. mobile broadband modems
|
||||
* Ignore driver CD mode and force into modem mode by default.
|
||||
*/
|
||||
|
||||
/* iCON 225 */
|
||||
UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999,
|
||||
"Option N.V.",
|
||||
"Mass Storage",
|
||||
US_SC_DEVICE, US_PR_DEVICE, option_ms_init,
|
||||
0),
|
||||
|
||||
/* Reported by F. Aben <f.aben@option.com>
|
||||
* This device (wrongly) has a vendor-specific device descriptor.
|
||||
* The entry is needed so usb-storage can bind to it's mass-storage
|
||||
|
Reference in New Issue
Block a user