mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Support the ZTE MF112 HSUPA 3G USB stick.
MFC after: 1 week
This commit is contained in:
parent
2e2d67945a
commit
c6cc7ec120
2 changed files with 2 additions and 0 deletions
|
|
@ -477,6 +477,7 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
|
|||
U3G_DEV(QUALCOMMINC, E2003, 0),
|
||||
U3G_DEV(QUALCOMMINC, K3772_Z, 0),
|
||||
U3G_DEV(QUALCOMMINC, K3772_Z_INIT, U3GINIT_SCSIEJECT),
|
||||
U3G_DEV(QUALCOMMINC, MF112, U3GINIT_ZTESTOR),
|
||||
U3G_DEV(QUALCOMMINC, MF195E, 0),
|
||||
U3G_DEV(QUALCOMMINC, MF195E_INIT, U3GINIT_SCSIEJECT),
|
||||
U3G_DEV(QUALCOMMINC, MF626, 0),
|
||||
|
|
|
|||
|
|
@ -3683,6 +3683,7 @@ product QUALCOMMINC E0076 0x0076 3G modem
|
|||
product QUALCOMMINC E0078 0x0078 3G modem
|
||||
product QUALCOMMINC E0082 0x0082 3G modem
|
||||
product QUALCOMMINC E0086 0x0086 3G modem
|
||||
product QUALCOMMINC MF112 0x0103 3G modem
|
||||
product QUALCOMMINC SURFSTICK 0x0117 1&1 Surf Stick
|
||||
product QUALCOMMINC K3772_Z_INIT 0x1179 K3772-Z Initial
|
||||
product QUALCOMMINC K3772_Z 0x1181 K3772-Z
|
||||
|
|
|
|||
Loading…
Reference in a new issue