usb/177105: add dlink dwr-510's support to u3g
Kit Sin
ktsin at acm.org
Tue Mar 19 12:10:01 UTC 2013
>Number: 177105
>Category: usb
>Synopsis: add dlink dwr-510's support to u3g
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-usb
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 19 12:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Kit Sin
>Release: FreeBSD 10.0-CURRENT
>Organization:
>Environment:
FreeBSD test.yahoo.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Fri Mar 15 11:01:21 MYT 2013 ktsin at test.yahoo.com:/tmp/obj/usr/src/sys/SHUTTLE amd64
>Description:
Support Dlink's DWR-510 in modem mode using the u3g driver.
>How-To-Repeat:
>Fix:
please apply the attached patch.
Patch attached with submission follows:
--- sys/dev/usb/usbdevs.orig 2012-12-20 22:08:23.000000000 +0800
+++ sys/dev/usb/usbdevs 2013-01-13 13:15:14.000000000 +0800
@@ -1428,6 +1428,8 @@
product DLINK DSB650TX2 0x4102 10/100 Ethernet
product DLINK DSB650 0xabc1 10/100 Ethernet
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 DLINK2 DWA120 0x3a0c DWA-120
product DLINK2 DWA120_NF 0x3a0d DWA-120 (no firmware)
product DLINK2 DWLG122C1 0x3c03 DWL-G122 c1
--- sys/dev/usb/serial/u3g.c.orig 2012-12-20 22:08:23.000000000 +0800
+++ sys/dev/usb/serial/u3g.c 2013-01-13 13:11:09.000000000 +0800
@@ -215,6 +215,8 @@
U3G_DEV(DELL, U5730_2, 0),
U3G_DEV(DELL, U5730_3, 0),
U3G_DEV(DELL, U740, 0),
+ U3G_DEV(DLINK, DWR510_CD, U3GINIT_SCSIEJECT),
+ U3G_DEV(DLINK, DWR510, 0),
U3G_DEV(DLINK3, DWM652, 0),
U3G_DEV(HP, EV2200, 0),
U3G_DEV(HP, HS2300, 0),
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-usb
mailing list