[Bug 220879] Add support for Huawai E398 4G modem
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jul 20 10:02:39 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220879
Bug ID: 220879
Summary: Add support for Huawai E398 4G modem
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: usb
Assignee: freebsd-usb at FreeBSD.org
Reporter: jakob at alvermark.net
Index: sys/dev/usb/serial/u3g.c
===================================================================
--- sys/dev/usb/serial/u3g.c (revision 321286)
+++ sys/dev/usb/serial/u3g.c (working copy)
@@ -241,6 +241,7 @@
U3G_DEV(HP, HS2300, 0),
U3G_DEV(HP, UN2420_QDL, 0),
U3G_DEV(HP, UN2420, 0),
+ U3G_DEV(HUAWEI, E398, U3GINIT_HUAWEI),
U3G_DEV(HUAWEI, E1401, U3GINIT_HUAWEI),
U3G_DEV(HUAWEI, E1402, U3GINIT_HUAWEI),
U3G_DEV(HUAWEI, E1403, U3GINIT_HUAWEI),
Index: sys/dev/usb/usbdevs
===================================================================
--- sys/dev/usb/usbdevs (revision 321286)
+++ sys/dev/usb/usbdevs (working copy)
@@ -2368,6 +2368,7 @@
product HUAWEI MOBILE 0x1001 Huawei Mobile
product HUAWEI E220 0x1003 HSDPA modem
product HUAWEI E220BIS 0x1004 HSDPA modem
+product HUAWEI E398 0x12d1 4G modem
product HUAWEI E1401 0x1401 3G modem
product HUAWEI E1402 0x1402 3G modem
product HUAWEI E1403 0x1403 3G modem
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list