usb/141777: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Nov 29 15:10:15 UTC 2010


The following reply was made to PR usb/141777; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: usb/141777: commit references a PR
Date: Mon, 29 Nov 2010 15:08:24 +0000 (UTC)

 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),
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-usb mailing list