Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83dfdaa3 authored by Kai Engert's avatar Kai Engert Committed by Greg Kroah-Hartman
Browse files

USB: option.c: add Qualcomm/Option iCON 210 modem



Add modem portion of USB device labeled:
Model iCON 210, Qualcomm 3G HSDPA, designed in EU by Option

Device starts in usb-storage mode (1e0e:f000) and requires the use of a tool
like usb_modeswitch to switch it to modem mode (1e0e:9000).

Signed-off-by: default avatarKai Engert <kaie@kuix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4198e4f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -531,6 +531,7 @@ static struct usb_device_id option_ids[] = {
	{ USB_DEVICE(DLINK_VENDOR_ID, DLINK_PRODUCT_DWM_652) },
	{ USB_DEVICE(0x1da5, 0x4515) }, /* BenQ H20 */
	{ USB_DEVICE(TOSHIBA_VENDOR_ID, TOSHIBA_PRODUCT_HSDPA_MINICARD ) }, /* Toshiba 3G HSDPA == Novatel Expedite EU870D MiniCard */
	{ USB_DEVICE(0x1e0e, 0x9000) },
	{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, option_ids);