Date: Wed, 13 Oct 2010 21:00:21 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-usb@FreeBSD.org Subject: Re: usb/150989: commit references a PR Message-ID: <201010132100.o9DL0Lem018760@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/150989; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: usb/150989: commit references a PR Date: Wed, 13 Oct 2010 20:56:59 +0000 (UTC) Author: hselasky Date: Wed Oct 13 20:56:54 2010 New Revision: 213804 URL: http://svn.freebsd.org/changeset/base/213804 Log: USB WLAN: - Add new device ID PR: usb/150989 Approved by: thompsa (mentor) Modified: head/sys/dev/usb/wlan/if_upgt.c Modified: head/sys/dev/usb/wlan/if_upgt.c ============================================================================== --- head/sys/dev/usb/wlan/if_upgt.c Wed Oct 13 20:51:06 2010 (r213803) +++ head/sys/dev/usb/wlan/if_upgt.c Wed Oct 13 20:56:54 2010 (r213804) @@ -182,6 +182,7 @@ static const struct usb_device_id upgt_d UPGT_DEV(FSC, E5400), UPGT_DEV(GLOBESPAN, PRISM_GT_1), UPGT_DEV(GLOBESPAN, PRISM_GT_2), + UPGT_DEV(NETGEAR, WG111V2_2), UPGT_DEV(INTERSIL, PRISM_GT), UPGT_DEV(SMC, 2862WG), UPGT_DEV(USR, USR5422), _______________________________________________ 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010132100.o9DL0Lem018760>