Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 03:16:34 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: e58ad0e8354f - releng/13.2 - usb: Remove obsolete Huawei 3G from usbdevs
Message-ID:  <202302190316.31J3GYhR083892@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=e58ad0e8354fd9a1155a415aa9f057ddbc265640

commit e58ad0e8354fd9a1155a415aa9f057ddbc265640
Author:     Michael Paepcke <fbsd@paepcke.de>
AuthorDate: 2023-02-16 16:58:31 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-19 03:13:33 +0000

    usb: Remove obsolete Huawei 3G from usbdevs
    
    - remove Huawei 3G E3131 (E3131_INIT):
            - frees up 0x1505/0x14fe shared IDs => product is EOL (since...)
            - 3G networks are shutdown/scheduled
            - E3131 devices will still work the same via scsi_huawei_eject2
            - new 4G devices will switch & report correctly now
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/633
    Approved by: re (cperciva)
    
    (cherry picked from commit 848ac8451b08d09a81de7bac8ff8fbe0d35df8cb)
    (cherry picked from commit b9ddd053e800af8e8a4b06b96128f505d45f532f)
---
 sys/dev/usb/usbdevs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 01612662fd4d..629b153f995c 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2549,9 +2549,7 @@ product HUAWEI K3770		0x14c9  3G modem
 product HUAWEI K3771		0x14ca  K3771
 product HUAWEI K3772		0x14cf	K3772
 product HUAWEI K3770_INIT	0x14d1  K3770 Initial
-product HUAWEI E3131_INIT	0x14fe	3G modem initial
 product HUAWEI E392		0x1505	LTE modem
-product HUAWEI E3131		0x1506	3G modem
 product HUAWEI K3765_INIT	0x1520	K3765 Initial
 product HUAWEI K4505_INIT	0x1521	K4505 Initial
 product HUAWEI K3772_INIT	0x1526	K3772 Initial



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