svn commit: r216057 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

MIHIRA Sanpei Yoshiro sanpei at FreeBSD.org
Mon Nov 29 15:08:19 UTC 2010


Author: sanpei
Date: Mon Nov 29 15:08:18 2010
New Revision: 216057
URL: http://svn.freebsd.org/changeset/base/216057

Log:
  Add new device ids.
    Buffalo (Melco Inc.) WLI-UC-G
  
  PR:		141777

Modified:
  head/share/man/man4/rum.4
  head/sys/dev/usb/usbdevs
  head/sys/dev/usb/wlan/if_rum.c

Modified: head/share/man/man4/rum.4
==============================================================================
--- head/share/man/man4/rum.4	Mon Nov 29 14:47:59 2010	(r216056)
+++ head/share/man/man4/rum.4	Mon Nov 29 15:08:18 2010	(r216057)
@@ -93,6 +93,7 @@ including:
 .It "Buffalo WLI-U2-SG54HP" Ta USB
 .It "Buffalo WLI-U2-SG54HG" Ta USB
 .It "Buffalo WLI-U2-G54HP" Ta USB
+.It "Buffalo WLI-UC-G" Ta USB
 .It "CNet CWD-854 ver F" Ta USB
 .It "Conceptronic C54RU ver 2" Ta USB
 .It "Corega CG-WLUSB2GO" Ta USB

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Mon Nov 29 14:47:59 2010	(r216056)
+++ head/sys/dev/usb/usbdevs	Mon Nov 29 15:08:18 2010	(r216057)
@@ -2140,6 +2140,7 @@ product MELCO SG54HG		0x00f4	WLI-U2-SG54
 product MELCO WLRUCG		0x0116	WLR-UC-G
 product MELCO WLRUCGAOSS	0x0119	WLR-UC-G-AOSS
 product MELCO WLIUCAG300N	0x012e	WLI-UC-AG300N
+product MELCO WLIUCG		0x0137	WLI-UC-G
 product MELCO RT2870_1		0x0148	RT2870
 product MELCO RT2870_2		0x0150	RT2870
 product MELCO WLIUCGN		0x015d	WLI-UC-GN

Modified: head/sys/dev/usb/wlan/if_rum.c
==============================================================================
--- head/sys/dev/usb/wlan/if_rum.c	Mon Nov 29 14:47:59 2010	(r216056)
+++ head/sys/dev/usb/wlan/if_rum.c	Mon Nov 29 15:08:18 2010	(r216057)
@@ -118,6 +118,7 @@ static const struct usb_device_id rum_de
     RUM_DEV(HUAWEI3COM, WUB320G),
     RUM_DEV(MELCO, G54HP),
     RUM_DEV(MELCO, SG54HP),
+    RUM_DEV(MELCO, WLIUCG),
     RUM_DEV(MELCO, WLRUCG),
     RUM_DEV(MELCO, WLRUCGAOSS),
     RUM_DEV(MSI, RT2573_1),


More information about the svn-src-all mailing list