svn commit: r359258 - in stable/11/sys/dev/usb: . serial
Hans Petter Selasky
hselasky at FreeBSD.org
Mon Mar 23 18:51:35 UTC 2020
Author: hselasky
Date: Mon Mar 23 18:51:33 2020
New Revision: 359258
URL: https://svnweb.freebsd.org/changeset/base/359258
Log:
MFC r324607:
Support the D-Link DWM-222 LTE Dongle
Submitted by: Daniel H?nschke <jailedemon at googlemail.com>
Modified:
stable/11/sys/dev/usb/serial/u3g.c
stable/11/sys/dev/usb/usbdevs
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/usb/serial/u3g.c
==============================================================================
--- stable/11/sys/dev/usb/serial/u3g.c Mon Mar 23 18:50:23 2020 (r359257)
+++ stable/11/sys/dev/usb/serial/u3g.c Mon Mar 23 18:51:33 2020 (r359258)
@@ -238,6 +238,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
U3G_DEV(DLINK, DWR510, 0),
U3G_DEV(DLINK, DWM157_CD, U3GINIT_SCSIEJECT),
U3G_DEV(DLINK, DWM157, 0),
+ U3G_DEV(DLINK, DWM222_CD, U3GINIT_SCSIEJECT),
+ U3G_DEV(DLINK, DWM222, 0),
U3G_DEV(DLINK3, DWM652, 0),
U3G_DEV(HP, EV2200, 0),
U3G_DEV(HP, HS2300, 0),
Modified: stable/11/sys/dev/usb/usbdevs
==============================================================================
--- stable/11/sys/dev/usb/usbdevs Mon Mar 23 18:50:23 2020 (r359257)
+++ stable/11/sys/dev/usb/usbdevs Mon Mar 23 18:51:33 2020 (r359258)
@@ -1669,8 +1669,10 @@ product DLINK DSB650TX2 0x4102 10/100 Ethernet
product DLINK DUB1312 0x4a00 10/100/1000 Ethernet
product DLINK DWM157 0x7d02 DWM-157
product DLINK DWR510 0x7e12 DWR-510
+product DLINK DWM222 0x7e35 DWM-222
product DLINK DWM157_CD 0xa707 DWM-157 CD-ROM Mode
product DLINK DWR510_CD 0xa805 DWR-510 CD-ROM Mode
+product DLINK DWM222_CD 0xab00 DWM-222 CD-ROM Mode
product DLINK DSB650 0xabc1 10/100 Ethernet
product DLINK DUBH7 0xf103 DUB-H7 USB 2.0 7-Port Hub
product DLINK2 RTL8192SU_1 0x3300 RTL8192SU
More information about the svn-src-stable-11
mailing list