From owner-freebsd-bugs@FreeBSD.ORG Sat May 29 15:00:17 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2617F1065670 for ; Sat, 29 May 2010 15:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0414A8FC16 for ; Sat, 29 May 2010 15:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4TF0FLn077599 for ; Sat, 29 May 2010 15:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4TF0Fuu077598; Sat, 29 May 2010 15:00:15 GMT (envelope-from gnats) Resent-Date: Sat, 29 May 2010 15:00:15 GMT Resent-Message-Id: <201005291500.o4TF0Fuu077598@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 521BD106564A for ; Sat, 29 May 2010 14:50:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 418278FC08 for ; Sat, 29 May 2010 14:50:30 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4TEoTPD054058 for ; Sat, 29 May 2010 14:50:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4TEoTWY054057; Sat, 29 May 2010 14:50:29 GMT (envelope-from nobody) Message-Id: <201005291450.o4TEoTWY054057@www.freebsd.org> Date: Sat, 29 May 2010 14:50:29 GMT From: Warren Block To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/147190: [patch] Add USR5422 to upgt wlan driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2010 15:00:17 -0000 >Number: 147190 >Category: kern >Synopsis: [patch] Add USR5422 to upgt wlan driver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 29 15:00:15 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Warren Block >Release: 8-stable >Organization: >Environment: FreeBSD lightning 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Thu May 27 00:20:32 MDT 2010 root@lightning:/usr/obj/usr/src/sys/LIGHTNING i386 >Description: Add US Robotics USR5422 USB WLAN product ID to usbdevs and if_upgt driver: http://forums.freebsd.org/showthread.php?t=14472 >How-To-Repeat: Attach USR5422 USB WLAN device and note that it is not detected by upgt. >Fix: Apply patch which adds product ID to sys/dev/usb/usbdevs and vendor and product to sys/dev/usb/wlan/if_upgt.c. Patch attached with submission follows: --- sys/dev/usb/usbdevs.orig 2010-05-27 15:16:37.000000000 -0600 +++ sys/dev/usb/usbdevs 2010-05-27 15:17:36.000000000 -0600 @@ -3048,6 +3048,7 @@ product UNKNOWN4 USBMEMSTICK 0x6025 Flash Disk CBM /* U.S. Robotics products */ +product USR USR5422 0x0118 USR5422 WLAN product USR USR5423 0x0121 USR5423 WLAN /* VIA Technologies products */ --- sys/dev/usb/wlan/if_upgt.c.orig 2010-05-27 15:19:08.000000000 -0600 +++ sys/dev/usb/wlan/if_upgt.c 2010-05-27 15:19:35.000000000 -0600 @@ -184,6 +184,7 @@ UPGT_DEV(GLOBESPAN, PRISM_GT_2), UPGT_DEV(INTERSIL, PRISM_GT), UPGT_DEV(SMC, 2862WG), + UPGT_DEV(USR, USR5422), UPGT_DEV(WISTRONNEWEB, UR045G), UPGT_DEV(XYRATEX, PRISM_GT_1), UPGT_DEV(XYRATEX, PRISM_GT_2), >Release-Note: >Audit-Trail: >Unformatted: