From owner-freebsd-usb@FreeBSD.ORG Sat Oct 12 22:00:01 2013 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 ESMTP id 4FF2DEBD for ; Sat, 12 Oct 2013 22:00:01 +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 2E85222F0 for ; Sat, 12 Oct 2013 22:00:01 +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 r9CM00MJ030881 for ; Sat, 12 Oct 2013 22:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CM00TT030880; Sat, 12 Oct 2013 22:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 22:00:00 GMT Resent-Message-Id: <201310122200.r9CM00TT030880@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, Keith White 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 ESMTP id D9465D6F for ; Sat, 12 Oct 2013 21:55:29 +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 C6C1F22BE for ; Sat, 12 Oct 2013 21:55:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CLtTrs070527 for ; Sat, 12 Oct 2013 21:55:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CLtSZ2070520; Sat, 12 Oct 2013 21:55:28 GMT (envelope-from nobody) Message-Id: <201310122155.r9CLtSZ2070520@oldred.freebsd.org> Date: Sat, 12 Oct 2013 21:55:28 GMT From: Keith White To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: usb/182936: [patch] [usbdevs] if_run update for Beklin F6D4050v2 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: Sat, 12 Oct 2013 22:00:01 -0000 >Number: 182936 >Category: usb >Synopsis: [patch] [usbdevs] if_run update for Beklin F6D4050v2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 12 22:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Keith White >Release: current >Organization: EECS, University of Ottawa >Environment: FreeBSD beaglebone 11.0-CURRENT FreeBSD 11.0-CURRENT #23 r256381M: Sat Oct 12 12:36:48 EDT 2013 root@beaglebone:/usr/obj/usr/src/sys/BEAGLEBONE arm >Description: if_run does not include support for the Belkin F6D4050v2 USB wireless adapter out of the box. Adding tne vendor and product id is enough to enable support in the driver. >How-To-Repeat: >Fix: These diffs to a recent HEAD fixed the problem for me: Index: sys/dev/usb/usbdevs =================================================================== --- sys/dev/usb/usbdevs (revision 256393) +++ sys/dev/usb/usbdevs (working copy) @@ -1259,6 +1259,7 @@ product BELKIN F5D9050V3 0x905b F5D9050 ver 3 Wireless Adapter product BELKIN2 F5U002 0x0002 F5U002 Parallel printer product BELKIN F6D4050V1 0x935a F6D4050 v1 +product BELKIN F6D4050V2 0x935b F6D4050 v2 /* Billionton products */ product BILLIONTON USB100 0x0986 USB100N 10/100 FastEthernet Index: sys/dev/usb/wlan/if_run.c =================================================================== --- sys/dev/usb/wlan/if_run.c (revision 256393) +++ sys/dev/usb/wlan/if_run.c (working copy) @@ -147,6 +147,7 @@ RUN_DEV(BELKIN, F5D8055), RUN_DEV(BELKIN, F5D8055V2), RUN_DEV(BELKIN, F6D4050V1), + RUN_DEV(BELKIN, F6D4050V2), RUN_DEV(BELKIN, RT2870_1), RUN_DEV(BELKIN, RT2870_2), RUN_DEV(CISCOLINKSYS, AE1000), >Release-Note: >Audit-Trail: >Unformatted: