Date: Tue, 6 Apr 2010 23:18:09 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r206296 - stable/8/sys/dev/usb/wlan Message-ID: <201004062318.o36NI9iw010534@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thompsa Date: Tue Apr 6 23:18:09 2010 New Revision: 206296 URL: http://svn.freebsd.org/changeset/base/206296 Log: MFC r203143 Add the Netgear WPN111 Modified: stable/8/sys/dev/usb/wlan/if_uath.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/dev/usb/wlan/if_uath.c ============================================================================== --- stable/8/sys/dev/usb/wlan/if_uath.c Tue Apr 6 23:17:43 2010 (r206295) +++ stable/8/sys/dev/usb/wlan/if_uath.c Tue Apr 6 23:18:09 2010 (r206296) @@ -188,6 +188,7 @@ static const struct usb_device_id uath_d UATH_DEV(NETGEAR, WG111U), UATH_DEV(NETGEAR3, WG111T), UATH_DEV(NETGEAR3, WPN111), + UATH_DEV(NETGEAR3, WPN111_2), UATH_DEV(UMEDIA, TEW444UBEU), UATH_DEV(UMEDIA, AR5523_2), UATH_DEV(UMEDIA, AR5523_3),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004062318.o36NI9iw010534>