usb/155229: patch for BUFFALO WLI-UC-G301N (USB WLAN)

Yoshiaki UCHIKAWA yoshiaki.u at gmail.com
Thu Mar 3 15:00:20 UTC 2011


>Number:         155229
>Category:       usb
>Synopsis:       patch for BUFFALO WLI-UC-G301N (USB WLAN)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 03 15:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki UCHIKAWA
>Release:        FreeBSD 9.0-current amd64
>Organization:
>Environment:
FreeBSD xxx.xxx.xxx 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Wed Mar  2 22:40:33 JST 2011     yoshiaki at xxx.xxx.xxx:/usr/src/sys/amd64/compile/AMD64TEST
>Description:
This is patch for BUFFALO WLI-UC-G301N (USB WLAN Unit)
It works fine. (if_run)

run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address 00:24:a5:xx:xx:xx
run0: firmware RT3071 loaded
wlan0: Ethernet address: 00:24:a5:xx:xx:xx

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- /usr/src/sys/dev/usb/usbdevs.orig	2011-02-24 18:13:47.000000000 +0900
+++ /usr/src/sys/dev/usb/usbdevs	2011-03-02 23:28:55.191784171 +0900
@@ -2157,6 +2157,7 @@
 product MELCO RT2870_1		0x0148	RT2870
 product MELCO RT2870_2		0x0150	RT2870
 product MELCO WLIUCGN		0x015d	WLI-UC-GN
+product MELCO WLIUCG301N	0x016f	WLI-UC-G301N
 
 /* Merlin products */
 product MERLIN V620             0x1110  Merlin V620
--- /usr/src/sys/dev/usb/wlan/if_run.c.orig	2011-02-14 17:14:06.000000000 +0900
+++ /usr/src/sys/dev/usb/wlan/if_run.c	2011-03-02 23:29:33.766794197 +0900
@@ -210,6 +210,7 @@
     RUN_DEV(MELCO,		RT2870_2),
     RUN_DEV(MELCO,		WLIUCAG300N),
     RUN_DEV(MELCO,		WLIUCG300N),
+    RUN_DEV(MELCO,		WLIUCG301N),
     RUN_DEV(MELCO,		WLIUCGN),
     RUN_DEV(MOTOROLA4,		RT2770),
     RUN_DEV(MOTOROLA4,		RT3070),


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list