Date: Thu, 23 Jun 2011 15:30:17 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-usb@FreeBSD.org Subject: Re: usb/141777: commit references a PR Message-ID: <201106231530.p5NFUHGJ059796@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR usb/141777; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: usb/141777: commit references a PR Date: Thu, 23 Jun 2011 15:29:44 +0000 (UTC) Author: sanpei Date: Thu Jun 23 15:28:54 2011 New Revision: 223476 URL: http://svn.freebsd.org/changeset/base/223476 Log: Merge r216057 from head: Add new device ids. Buffalo (Melco Inc.) WLI-UC-G PR: 141777 Modified: stable/8/share/man/man4/rum.4 stable/8/sys/dev/usb/usbdevs stable/8/sys/dev/usb/wlan/if_rum.c Modified: stable/8/share/man/man4/rum.4 ============================================================================== --- stable/8/share/man/man4/rum.4 Thu Jun 23 15:10:44 2011 (r223475) +++ stable/8/share/man/man4/rum.4 Thu Jun 23 15:28:54 2011 (r223476) @@ -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: stable/8/sys/dev/usb/usbdevs ============================================================================== --- stable/8/sys/dev/usb/usbdevs Thu Jun 23 15:10:44 2011 (r223475) +++ stable/8/sys/dev/usb/usbdevs Thu Jun 23 15:28:54 2011 (r223476) @@ -2156,6 +2156,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: stable/8/sys/dev/usb/wlan/if_rum.c ============================================================================== --- stable/8/sys/dev/usb/wlan/if_rum.c Thu Jun 23 15:10:44 2011 (r223475) +++ stable/8/sys/dev/usb/wlan/if_rum.c Thu Jun 23 15:28:54 2011 (r223476) @@ -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@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106231530.p5NFUHGJ059796>
