Support the Vodafone R215 LET USB dongle, which is apparently a rebadged
E5372 with different product IDs. Interestingly, the standard E5372 IDs (12d1:1506) are currently listed in u3g.c and are the same as the E3131. However, the R215/E5372 is an NCM device and works well with cdce(4) whereas the E3131 isn't. More work may be needed to better identify the other device IDs. MFC after: 1 week
This commit is contained in:
parent
c32f462f28
commit
4c62148d7b
@ -273,6 +273,7 @@ static const struct usb_ether_methods cdce_ue_methods = {
|
||||
|
||||
static const STRUCT_USB_HOST_ID cdce_switch_devs[] = {
|
||||
{USB_VPI(USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E3272_INIT, MSC_EJECT_HUAWEI2)},
|
||||
{USB_VPI(USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_R215_INIT, MSC_EJECT_HUAWEI2)},
|
||||
};
|
||||
|
||||
static const STRUCT_USB_HOST_ID cdce_host_devs[] = {
|
||||
|
@ -2353,6 +2353,8 @@ product HUAWEI E3131 0x1506 3G modem
|
||||
product HUAWEI K3765_INIT 0x1520 K3765 Initial
|
||||
product HUAWEI K4505_INIT 0x1521 K4505 Initial
|
||||
product HUAWEI E3272_INIT 0x155b LTE modem initial
|
||||
product HUAWEI R215_INIT 0x1582 LTE modem initial
|
||||
product HUAWEI R215 0x1588 LTE modem
|
||||
product HUAWEI ETS2055 0x1803 CDMA modem
|
||||
product HUAWEI E173 0x1c05 3G modem
|
||||
product HUAWEI E173_INIT 0x1c0b 3G modem initial
|
||||
|
Loading…
Reference in New Issue
Block a user