Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2015 12:16:22 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277246 - in head/sys/dev/usb: . serial
Message-ID:  <201501161216.t0GCGMsE029929@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Fri Jan 16 12:16:21 2015
New Revision: 277246
URL: https://svnweb.freebsd.org/changeset/base/277246

Log:
  Add more USB device IDs.
  
  Submitted by:	max.n.boyarov@gmail.com
  PR:		196362
  MFC after:	1 week

Modified:
  head/sys/dev/usb/serial/u3g.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/serial/u3g.c
==============================================================================
--- head/sys/dev/usb/serial/u3g.c	Fri Jan 16 12:11:01 2015	(r277245)
+++ head/sys/dev/usb/serial/u3g.c	Fri Jan 16 12:16:21 2015	(r277246)
@@ -239,6 +239,8 @@ static const STRUCT_USB_HOST_ID u3g_devs
 	U3G_DEV(DELL, U740, 0),
 	U3G_DEV(DLINK, DWR510_CD, U3GINIT_SCSIEJECT),
 	U3G_DEV(DLINK, DWR510, 0),
+	U3G_DEV(DLINK, DWM157_CD, U3GINIT_SCSIEJECT),
+	U3G_DEV(DLINK, DWM157, 0),
 	U3G_DEV(DLINK3, DWM652, 0),
 	U3G_DEV(HP, EV2200, 0),
 	U3G_DEV(HP, HS2300, 0),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Fri Jan 16 12:11:01 2015	(r277245)
+++ head/sys/dev/usb/usbdevs	Fri Jan 16 12:16:21 2015	(r277246)
@@ -1627,6 +1627,8 @@ product DLINK DSB650		0xabc1	10/100 Ethe
 product DLINK DUBH7		0xf103	DUB-H7 USB 2.0 7-Port Hub
 product DLINK DWR510_CD		0xa805	DWR-510 CD-ROM Mode
 product DLINK DWR510		0x7e12	DWR-510
+product DLINK DWM157		0x7d02  DWM-157
+product DLINK DWM157_CD		0xa707  DWM-157 CD-ROM Mode
 product DLINK RTL8188CU		0x3308	RTL8188CU
 product	DLINK RTL8192CU_1	0x3307	RTL8192CU
 product	DLINK RTL8192CU_2	0x3309	RTL8192CU



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