git: 83549ee250c0 - stable/13 - u3g: Add support for SIM7600G
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 21:34:19 UTC
The branch stable/13 has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=83549ee250c041bc46971d66b7a2f55bc11b41a5
commit 83549ee250c041bc46971d66b7a2f55bc11b41a5
Author: Maxime Thiebaut <maxime+freebsd@thiebaut.dev>
AuthorDate: 2024-06-06 10:43:46 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2024-06-12 19:34:29 +0000
u3g: Add support for SIM7600G
Signed-off-by: Maxime Thiebaut <maxime+freebsd@thiebaut.dev>
Reviewed by: kp
(cherry picked from commit b5b90ff9844d1cb780ff777fc42ad393e4683563)
---
sys/dev/usb/serial/u3g.c | 1 +
sys/dev/usb/usbdevs | 1 +
2 files changed, 2 insertions(+)
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c
index cbe7ecc5bf74..986e243c60d3 100644
--- a/sys/dev/usb/serial/u3g.c
+++ b/sys/dev/usb/serial/u3g.c
@@ -207,6 +207,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),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 602420b44ce7..a32a53d49735 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -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 */