From owner-freebsd-usb@FreeBSD.ORG Mon Sep 30 05:10:00 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8B1564C for ; Mon, 30 Sep 2013 05:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86EDA2A4D for ; Mon, 30 Sep 2013 05:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8U5A0ts056087 for ; Mon, 30 Sep 2013 05:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8U5A0La056086; Mon, 30 Sep 2013 05:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 30 Sep 2013 05:10:00 GMT Resent-Message-Id: <201309300510.r8U5A0La056086@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, Alfred Perlstein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B010622 for ; Mon, 30 Sep 2013 05:07:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 378172A38 for ; Mon, 30 Sep 2013 05:07:09 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8U579NC095959 for ; Mon, 30 Sep 2013 05:07:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8U579RF095958; Mon, 30 Sep 2013 05:07:09 GMT (envelope-from nobody) Message-Id: <201309300507.r8U579RF095958@oldred.freebsd.org> Date: Mon, 30 Sep 2013 05:07:09 GMT From: Alfred Perlstein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: usb/182505: patch to update usb driver if_urtwn.c for new device X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 05:10:00 -0000 >Number: 182505 >Category: usb >Synopsis: patch to update usb driver if_urtwn.c for new device >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 30 05:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alfred Perlstein >Release: current >Organization: ixsystems >Environment: System: Darwin Alfreds-MacBook-Pro-9.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386 i386 >Description: need new device id. >How-To-Repeat: insert nifty usb dongle, nothing happens, not even Adria Richards notices. >Fix: https://github.com/alfredperlstein/freebsd/commit/7b4e2bb91b3b14436a92cd90802873f7356b31bd commit 7b4e2bb91b3b14436a92cd90802873f7356b31bd Author: Alfred Perlstein Date: Sun Sep 29 20:31:39 2013 -0700 Add device ID for 'Sanoxy 802.11N' usb diff --git a/sys/dev/usb/wlan/if_urtwn.c b/sys/dev/usb/wlan/if_urtwn.c index 5f61cde..9d342b8 100644 --- a/sys/dev/usb/wlan/if_urtwn.c +++ b/sys/dev/usb/wlan/if_urtwn.c @@ -138,6 +138,7 @@ static const STRUCT_USB_HOST_ID urtwn_devs[] = { URTWN_DEV(REALTEK, RTL8191CU), URTWN_DEV(REALTEK, RTL8192CE), URTWN_DEV(REALTEK, RTL8192CU), + URTWN_DEV(REALTEK, RTL8188CU_0), URTWN_DEV(SITECOMEU, RTL8188CU_1), URTWN_DEV(SITECOMEU, RTL8188CU_2), URTWN_DEV(SITECOMEU, RTL8192CU), Patch attached with submission follows: commit 7b4e2bb91b3b14436a92cd90802873f7356b31bd Author: Alfred Perlstein Date: Sun Sep 29 20:31:39 2013 -0700 Add device ID for 'Sanoxy 802.11N' usb diff --git a/sys/dev/usb/wlan/if_urtwn.c b/sys/dev/usb/wlan/if_urtwn.c index 5f61cde..9d342b8 100644 --- a/sys/dev/usb/wlan/if_urtwn.c +++ b/sys/dev/usb/wlan/if_urtwn.c @@ -138,6 +138,7 @@ static const STRUCT_USB_HOST_ID urtwn_devs[] = { URTWN_DEV(REALTEK, RTL8191CU), URTWN_DEV(REALTEK, RTL8192CE), URTWN_DEV(REALTEK, RTL8192CU), + URTWN_DEV(REALTEK, RTL8188CU_0), URTWN_DEV(SITECOMEU, RTL8188CU_1), URTWN_DEV(SITECOMEU, RTL8188CU_2), URTWN_DEV(SITECOMEU, RTL8192CU), >Release-Note: >Audit-Trail: >Unformatted: