Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2020 18:51:34 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r359258 - in stable/11/sys/dev/usb: . serial
Message-ID:  <202003231851.02NIpYcb059312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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