mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Add new USB ID to u3g driver.
Approved by: re (kib) MFC after: 1 week PR: usb/159919
This commit is contained in:
parent
aab4f50170
commit
d840e1d248
2 changed files with 4 additions and 0 deletions
|
|
@ -280,6 +280,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
|
|||
U3G_DEV(HUAWEI, E143D, U3GINIT_HUAWEI),
|
||||
U3G_DEV(HUAWEI, E143E, U3GINIT_HUAWEI),
|
||||
U3G_DEV(HUAWEI, E143F, U3GINIT_HUAWEI),
|
||||
U3G_DEV(HUAWEI, E173, 0),
|
||||
U3G_DEV(HUAWEI, E173_INIT, U3GINIT_HUAWEISCSI),
|
||||
U3G_DEV(HUAWEI, E180V, U3GINIT_HUAWEI),
|
||||
U3G_DEV(HUAWEI, E220, U3GINIT_HUAWEI),
|
||||
U3G_DEV(HUAWEI, E220BIS, U3GINIT_HUAWEI),
|
||||
|
|
|
|||
|
|
@ -1874,6 +1874,8 @@ product HUAWEI E1752 0x1446 3G modem
|
|||
product HUAWEI K3765 0x1465 3G modem
|
||||
product HUAWEI E1820 0x14ac E1820 HSPA+ USB Slider
|
||||
product HUAWEI K3765_INIT 0x1520 K3765 Initial
|
||||
product HUAWEI E173 0x1c05 3G modem
|
||||
product HUAWEI E173_INIT 0x1c0b 3G modem initial
|
||||
|
||||
/* HUAWEI 3com products */
|
||||
product HUAWEI3COM WUB320G 0x0009 Aolynk WUB320g
|
||||
|
|
|
|||
Loading…
Reference in a new issue