The branch main has been updated by hselasky:

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

commit a7cf31da5a29a762848c367aced61910efda95c1
Author:     Hans Petter Selasky <hsela...@freebsd.org>
AuthorDate: 2021-06-11 10:53:22 +0000
Commit:     Hans Petter Selasky <hsela...@freebsd.org>
CommitDate: 2021-06-11 11:05:58 +0000

    Add new USB ID to u3g(4).
    
    Submitted by:   pierre-jean.gine...@nuabee.fr
    PR:             231909
    MFC after:      1 week
    Sponsored by:   Mellanox Technologies // NVIDIA Networking
---
 sys/dev/usb/serial/u3g.c | 1 +
 sys/dev/usb/usbdevs      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c
index fcff316d8d3a..8cc468dec880 100644
--- a/sys/dev/usb/serial/u3g.c
+++ b/sys/dev/usb/serial/u3g.c
@@ -245,6 +245,7 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
        U3G_DEV(HP, HS2300, 0),
        U3G_DEV(HP, UN2420_QDL, 0),
        U3G_DEV(HP, UN2420, 0),
+       U3G_DEV(HP, LT4132, U3GINIT_HUAWEISCSI2),
        U3G_DEV(HUAWEI, E1401, U3GINIT_HUAWEI),
        U3G_DEV(HUAWEI, E1402, U3GINIT_HUAWEI),
        U3G_DEV(HUAWEI, E1403, U3GINIT_HUAWEI),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 5e6a1db31650..53e074d3fd61 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2447,6 +2447,7 @@ product HP HN210E         0x811c  Ethernet HN210E
 product HP2 C500               0x6002  PhotoSmart C500
 product HP EV2200              0x1b1d  ev2200 HSDPA (aka MC5720)
 product HP HS2300              0x1e1d  hs2300 HSDPA (aka MC8775)
+product HP LT4132              0xa31d  lt4132 LTEHSPA+ (aka ME906s)
 
 /* HTC products */
 product HTC WINMOBILE          0x00ce  HTC USB Sync
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to