svn commit: r206296 - stable/8/sys/dev/usb/wlan

Andrew Thompson thompsa at FreeBSD.org
Tue Apr 6 23:18:09 UTC 2010


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),


More information about the svn-src-stable-8 mailing list