Add support for new USB modem protocol.
PR: usb/159919 MFC after: 1 week
This commit is contained in:
parent
f5cd6038aa
commit
13ceb65482
@ -127,7 +127,11 @@ static const STRUCT_USB_HOST_ID umodem_devs[] = {
|
||||
/* Generic Modem class match */
|
||||
{USB_IFACE_CLASS(UICLASS_CDC),
|
||||
USB_IFACE_SUBCLASS(UISUBCLASS_ABSTRACT_CONTROL_MODEL),
|
||||
USB_IFACE_PROTOCOL(UIPROTO_CDC_AT)},
|
||||
USB_IFACE_PROTOCOL(UIPROTO_CDC_AT)},
|
||||
/* Huawei Modem class match */
|
||||
{USB_IFACE_CLASS(UICLASS_CDC),
|
||||
USB_IFACE_SUBCLASS(UISUBCLASS_ABSTRACT_CONTROL_MODEL),
|
||||
USB_IFACE_PROTOCOL(0xFF)},
|
||||
/* Kyocera AH-K3001V */
|
||||
{USB_VPI(USB_VENDOR_KYOCERA, USB_PRODUCT_KYOCERA_AHK3001V, 1)},
|
||||
{USB_VPI(USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC5720, 1)},
|
||||
|
Loading…
x
Reference in New Issue
Block a user