Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2023 21:29:45 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2c6b88da7174 - main - usb: Add Huawei 4G Modem devices (2022) to usbdevs
Message-ID:  <202302042129.314LTjrR047374@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=2c6b88da7174b02c98b87cd4b7251ccf9d7acbae

commit 2c6b88da7174b02c98b87cd4b7251ccf9d7acbae
Author:     Michael Paepcke <fbsd@paepcke.de>
AuthorDate: 2022-12-16 10:05:10 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-04 21:27:08 +0000

    usb: Add Huawei 4G Modem devices (2022) to usbdevs
    
    ADD [sys/dev/usb/usbdevs]
    - add new Huawei 4G E3372_NCM           0x1505
    - add new Huawei 4G E3372v153_NCM       0x155f
    - add new Huawei 4G E5573Cs322_NCM      0x155e
    - add new Huawei 4G E5573Cs322_ECM      0x14db
    - add new Huawei 4G E5573Cs322_ACM      0x1442
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/633
---
 sys/dev/usb/usbdevs | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 005a5d9c1037..4e4152e42039 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2568,6 +2568,12 @@ product HUAWEI E173		0x1c05	3G modem
 product HUAWEI E173_INIT	0x1c0b	3G modem initial
 product HUAWEI E3272		0x1c1e	LTE modem
 product HUAWEI E3372_INIT	0x1f01  LTE modem initial
+product HUAWEI E3372_NCM	0x1506  LTE modem in NCM mode
+product HUAWEI E3372v153_INIT	0x14fe	LTE modem initial
+product HUAWEI E3372v153_NCM	0x155f	LTE modem in NCM mode
+product HUAWEI E5573Cs322_NCM	0x155e	LTE AP modem NCM mode
+product HUAWEI E5573Cs322_ECM	0x14db	LTE AP modem ECM mode
+product HUAWEI E5573Cs322_ACM	0x1442	LTE AP modem ACM mode
 
 /* HUAWEI 3com products */
 product HUAWEI3COM WUB320G	0x0009	Aolynk WUB320g



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