Date: Sat, 29 May 2010 14:50:29 GMT From: Warren Block <wblock@wonkity.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/147190: [patch] Add USR5422 to upgt wlan driver Message-ID: <201005291450.o4TEoTWY054057@www.freebsd.org> Resent-Message-ID: <201005291500.o4TF0Fuu077598@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005291450.o4TEoTWY054057>