PERFORCE change 184339 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Oct 1 13:09:42 UTC 2010


http://p4web.freebsd.org/@@184339?ac=10

Change 184339 by hselasky at hselasky_laptop001 on 2010/10/01 13:08:41

	USB WLAN:
		- add new USB device ID's
	
	PR:		usb/151043

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usbdevs#140 edit
.. //depot/projects/usb/src/sys/dev/usb/wlan/if_rum.c#33 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usbdevs#140 (text+ko) ====

@@ -2128,6 +2128,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

==== //depot/projects/usb/src/sys/dev/usb/wlan/if_rum.c#33 (text+ko) ====

@@ -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),


More information about the p4-projects mailing list