mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
u3g: Add support for SIM7600G
Signed-off-by: Maxime Thiebaut <maxime+freebsd@thiebaut.dev> Reviewed by: kp (cherry picked from commit b5b90ff9844d1cb780ff777fc42ad393e4683563)
This commit is contained in:
parent
2ab1b827d4
commit
1296443295
2 changed files with 2 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
|
|||
U3G_DEV(ALINK, 3GU, 0),
|
||||
U3G_DEV(ALINK, DWM652U5, 0),
|
||||
U3G_DEV(ALINK, SIM7600E, 0),
|
||||
U3G_DEV(ALINK, SIM7600G, 0),
|
||||
U3G_DEV(AMOI, H01, 0),
|
||||
U3G_DEV(AMOI, H01A, 0),
|
||||
U3G_DEV(AMOI, H02, 0),
|
||||
|
|
|
|||
|
|
@ -1064,6 +1064,7 @@ product ALCOR AU6390 0x6390 AU6390 USB-IDE converter
|
|||
product ALINK DWM652U5 0xce16 DWM-652
|
||||
product ALINK 3G 0x9000 3G modem
|
||||
product ALINK SIM7600E 0x9001 LTE modem
|
||||
product ALINK SIM7600G 0x9011 LTE modem
|
||||
product ALINK 3GU 0x9200 3G modem
|
||||
|
||||
/* Altec Lansing products */
|
||||
|
|
|
|||
Loading…
Reference in a new issue