Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2024 07:06:11 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4b6e76eff8b6 - main - u3g: add SIERRA AC340U
Message-ID:  <202408300706.47U76BDc010903@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by delphij:

URL: https://cgit.FreeBSD.org/src/commit/?id=4b6e76eff8b63d691c05772520849b6c94d535e8

commit 4b6e76eff8b63d691c05772520849b6c94d535e8
Author:     Franco Fichtner <franco@opnsense.org>
AuthorDate: 2024-08-23 11:26:38 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2024-08-30 07:05:30 +0000

    u3g: add SIERRA AC340U
    
    Pull request:   https://github.com/freebsd/freebsd-src/pull/1397
    MFC after:      3 days
---
 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 88f94ddaecc6..28a403a846bd 100644
--- a/sys/dev/usb/serial/u3g.c
+++ b/sys/dev/usb/serial/u3g.c
@@ -568,6 +568,7 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
 	U3G_DEV(SIERRA, MC5728, 0),
 	U3G_DEV(SIERRA, MC7354, 0),
 	U3G_DEV(SIERRA, MC7355, 0),
+	U3G_DEV(SIERRA, AC340U, 0),
 	U3G_DEV(SIERRA, MC7430, 0),
 	U3G_DEV(SIERRA, MC8700, 0),
 	U3G_DEV(SIERRA, MC8755, 0),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index e02289521095..27126b52e243 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -4357,6 +4357,7 @@ product SIERRA E6893		0x6893	E6893
 product SIERRA MC8700		0x68A3	MC8700
 product SIERRA MC7354		0x68C0	MC7354
 product SIERRA MC7355		0x9041	MC7355
+product SIERRA AC340U		0x9051	Sierra Wireless AirCard 340U
 product SIERRA MC7430		0x9071	Sierra Wireless MC7430 Qualcomm Snapdragon X7 LTE-A
 product SIERRA AC313U		0x68aa	Sierra Wireless AirCard 313U
 product SIERRA TRUINSTALL	0x0fff	Aircard Tru Installer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408300706.47U76BDc010903>