Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2023 23:36:41 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: 08ecb40e88a0 - main - u3g: add huawei device id
Message-ID:  <202302102336.31ANaf7h002355@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=08ecb40e88a0d34cf6a177218a22f07431cadf3c

commit 08ecb40e88a0d34cf6a177218a22f07431cadf3c
Author:     Michael Paepcke <git@paepcke.de>
AuthorDate: 2023-02-10 19:06:39 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-10 23:29:54 +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
---
 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 9554f30fcfdf..8bcc99d5c61d 100644
--- a/sys/dev/usb/serial/u3g.c
+++ b/sys/dev/usb/serial/u3g.c
@@ -342,6 +342,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?202302102336.31ANaf7h002355>