usb/188046: [usbdevs] [patch] ZyXEL NWD2105 wlan/wifi USB dongle support
Tuomo Latto
djv+fbpr at iki.fi
Sat Mar 29 12:20:00 UTC 2014
>Number: 188046
>Category: usb
>Synopsis: [usbdevs] [patch] ZyXEL NWD2105 wlan/wifi USB dongle support
>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: Sat Mar 29 12:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Tuomo Latto
>Release: 9-STABLE
>Organization:
>Environment:
FreeBSD xxx64 9.2-STABLE FreeBSD 9.2-STABLE #1 r263317M: Tue Mar 25 15:10:32 EET 2014 xxx at xxx64:/usr/obj/usr/src/sys/XXX64 amd64
>Description:
ZyXEL NWD2105 WiFi/WLAN USB dongle is not currently supported as it is not identified.
More information about the device: https://wikidevi.com/wiki/ZyXEL_NWD2105
>How-To-Repeat:
Plug it in.
>Fix:
The attached patch should add the relevant device ids and seems to make it work.
Patch attached with submission follows:
diff -ru /root/sys_dev_usb/usbdevs /usr/src/sys/dev/usb/usbdevs
--- /root/sys_dev_usb/usbdevs 2014-03-18 22:04:14.000000000 +0200
+++ /usr/src/sys/dev/usb/usbdevs 2014-03-24 20:22:57.000000000 +0200
@@ -4535,5 +4535,6 @@
product ZYXEL G202 0x3410 G-202
product ZYXEL RT2870_1 0x3416 RT2870
product ZYXEL RT2870_2 0x341a RT2870
+product ZYXEL RT3070 0x341e NWD2105
product ZYXEL RTL8192CU 0x341f RTL8192CU
product ZYXEL NWD2705 0x3421 NWD2705
diff -ru /root/sys_dev_usb/wlan/if_run.c /usr/src/sys/dev/usb/wlan/if_run.c
--- /root/sys_dev_usb/wlan/if_run.c 2014-03-18 22:04:14.000000000 +0200
+++ /usr/src/sys/dev/usb/wlan/if_run.c 2014-03-24 20:23:31.000000000 +0200
@@ -315,6 +315,7 @@
RUN_DEV(ZINWELL, RT3072_2),
RUN_DEV(ZYXEL, RT2870_1),
RUN_DEV(ZYXEL, RT2870_2),
+ RUN_DEV(ZYXEL, RT3070),
RUN_DEV_EJECT(ZYXEL, NWD2705),
RUN_DEV_EJECT(RALINK, RT_STOR),
#undef RUN_DEV_EJECT
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-usb
mailing list