The branch releng/13.2 has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=83f1f44478fc52782a03a91e539fafad1f90717e

commit 83f1f44478fc52782a03a91e539fafad1f90717e
Author:     Michael Paepcke <f...@paepcke.de>
AuthorDate: 2023-02-16 16:58:29 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2023-02-19 03:11:43 +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
    Approved by: re (cperciva)
    
    (cherry picked from commit 2c6b88da7174b02c98b87cd4b7251ccf9d7acbae)
    (cherry picked from commit 7324f2b89f2cacecb0ce73e06297205891e7929a)
---
 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

Reply via email to