Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 03:16:37 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: a642b1290d43 - releng/13.2 - u3g: add huawei device id
Message-ID:  <202302190316.31J3Gbck083955@gitrepo.freebsd.org>

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

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

commit a642b1290d432021f341f65e87c1b7268873d66c
Author:     Michael Paepcke <git@paepcke.de>
AuthorDate: 2023-02-16 16:58:32 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-19 03:14:06 +0000

    u3g: add huawei device id
    
    Add missing entry for E3372h Model already in NCM mode
    
    Noticed by: David BOYER
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/645
    Approved by: re (cperciva)
    
    (cherry picked from commit 08ecb40e88a0d34cf6a177218a22f07431cadf3c)
    (cherry picked from commit 38a2e8fff2f7ede285fa66b765e5387026d779f6)
---
 sys/dev/usb/serial/u3g.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c
index 2186cd8e383d..d577508fff37 100644
--- a/sys/dev/usb/serial/u3g.c
+++ b/sys/dev/usb/serial/u3g.c
@@ -343,6 +343,7 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
 	U3G_DEV(HUAWEI, ETS2055, U3GINIT_HUAWEI),
 	U3G_DEV(HUAWEI, E3272_INIT, U3GINIT_HUAWEISCSI2),
 	U3G_DEV(HUAWEI, E3272, 0),
+	U3G_DEV(HUAWEI, E3372_NCM, 0),
 	U3G_DEV(HUAWEI, E3372_INIT, U3GINIT_HUAWEISCSI3),
 	U3G_DEV(HUAWEI, E3372v153_INIT, U3GINIT_HUAWEISCSI2),
 	U3G_DEV(HUAWEI, E3372v153_NCM, 0),



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