From owner-freebsd-usb@FreeBSD.ORG Sat Mar 29 12:20:00 2014 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B60EB85C for ; Sat, 29 Mar 2014 12:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92C8BAEC for ; Sat, 29 Mar 2014 12:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TCK0cP031869 for ; Sat, 29 Mar 2014 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TCK0WO031868; Sat, 29 Mar 2014 12:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 29 Mar 2014 12:20:00 GMT Resent-Message-Id: <201403291220.s2TCK0WO031868@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tuomo Latto Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F3AE6FF for ; Sat, 29 Mar 2014 12:10:48 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C59AA2B for ; Sat, 29 Mar 2014 12:10:43 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TCAbjI001114 for ; Sat, 29 Mar 2014 12:10:37 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2TCAbrs001106; Sat, 29 Mar 2014 12:10:37 GMT (envelope-from nobody) Message-Id: <201403291210.s2TCAbrs001106@cgiserv.freebsd.org> Date: Sat, 29 Mar 2014 12:10:37 GMT From: Tuomo Latto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: usb/188046: [usbdevs] [patch] ZyXEL NWD2105 wlan/wifi USB dongle support X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 12:20:00 -0000 >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@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: