Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2023 16:54:36 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 7324f2b89f2c - stable/13 - usb: Add Huawei 4G Modem devices (2022) to usbdevs
Message-ID:  <202302161654.31GGsaWU085443@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=7324f2b89f2cacecb0ce73e06297205891e7929a

commit 7324f2b89f2cacecb0ce73e06297205891e7929a
Author:     Michael Paepcke <fbsd@paepcke.de>
AuthorDate: 2023-02-16 16:36:03 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-16 16:36:32 +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
    
    (cherry picked from commit 2c6b88da7174b02c98b87cd4b7251ccf9d7acbae)
---
 sys/dev/usb/usbdevs | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 6960ac8a33e2..01612662fd4d 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2564,6 +2564,13 @@ product HUAWEI ETS2055		0x1803	CDMA modem
 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?202302161654.31GGsaWU085443>