Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2010 01:51:10 GMT
From:      TAKANO Yuji <takachan@running-dog.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/151043: Please add USB device MELCO WLR-UC-G
Message-ID:  <201009290151.o8T1pAX4076640@www.freebsd.org>
Resent-Message-ID: <201009290200.o8T20Bqc076019@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151043
>Category:       usb
>Synopsis:       Please add USB device MELCO WLR-UC-G
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 29 02:00:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     TAKANO Yuji
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
FreeBSD rocky.running-dog.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Sep 26 16:58:40 JST 2010     takachan@rocky.running-dog.net:/usr/obj/usr/src/sys/Rocky_8.1-STABLE_AMD64_SMP_Kernel  amd64

>Description:
I give it a patch.
>How-To-Repeat:

>Fix:
I give it a patch.



Patch attached with submission follows:

diff -urN ./usb.orig/usbdevs ./usb/usbdevs
--- ./usb.orig/usbdevs	2010-09-29 10:07:46.000000000 +0900
+++ ./usb/usbdevs	2010-09-29 02:35:38.000000000 +0900
@@ -2096,6 +2096,8 @@
 product MELCO KG54L		0x00da	WLI-U2-KG54L
 product MELCO WLIUCG300N	0x00e8	WLI-UC-G300N
 product MELCO SG54HG		0x00f4	WLI-U2-SG54HG
+product MELCO WLRUCG		0x0116	WLR-UC-G
+product MELCO WLRUCGAOSS	0x0119	WLR-UC-G-AOSS
 product MELCO WLIUCAG300N	0x012e	WLI-UC-AG300N
 product MELCO RT2870_1		0x0148	RT2870
 product MELCO RT2870_2		0x0150	RT2870
diff -urN ./usb.orig/wlan/if_rum.c ./usb/wlan/if_rum.c
--- ./usb.orig/wlan/if_rum.c	2010-09-01 10:41:33.000000000 +0900
+++ ./usb/wlan/if_rum.c	2010-09-29 02:39:28.000000000 +0900
@@ -118,6 +118,8 @@
     RUM_DEV(HUAWEI3COM, WUB320G),
     RUM_DEV(MELCO, G54HP),
     RUM_DEV(MELCO, SG54HP),
+    RUM_DEV(MELCO, WLRUCG),
+    RUM_DEV(MELCO, WLRUCGAOSS),
     RUM_DEV(MSI, RT2573_1),
     RUM_DEV(MSI, RT2573_2),
     RUM_DEV(MSI, RT2573_3),


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009290151.o8T1pAX4076640>