Date: Wed, 7 Apr 2010 00:25:04 +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: r206327 - in stable/8/sys/dev/usb: . wlan Message-ID: <201004070025.o370P4jL027688@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thompsa Date: Wed Apr 7 00:25:03 2010 New Revision: 206327 URL: http://svn.freebsd.org/changeset/base/206327 Log: MFC r202608 Remove a hack to attach TRENDnet TEW-504UB/EU, this has been solved. Modified: stable/8/sys/dev/usb/usbdevs 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/usbdevs ============================================================================== --- stable/8/sys/dev/usb/usbdevs Tue Apr 6 23:31:22 2010 (r206326) +++ stable/8/sys/dev/usb/usbdevs Wed Apr 7 00:25:03 2010 (r206327) @@ -3030,7 +3030,6 @@ product UMEDIA RT2870_1 0x300e RT2870 product UMEDIA ALL0298V2 0x3204 ALL0298 v2 product UMEDIA AR5523_2 0x3205 AR5523 product UMEDIA AR5523_2_NF 0x3206 AR5523 (no firmware) -product UMEDIA AR5523_3 0x3207 AR5523 /* Universal Access products */ product UNIACCESS PANACHE 0x0101 Panache Surf USB ISDN Adapter Modified: stable/8/sys/dev/usb/wlan/if_uath.c ============================================================================== --- stable/8/sys/dev/usb/wlan/if_uath.c Tue Apr 6 23:31:22 2010 (r206326) +++ stable/8/sys/dev/usb/wlan/if_uath.c Wed Apr 7 00:25:03 2010 (r206327) @@ -191,7 +191,6 @@ static const struct usb_device_id uath_d UATH_DEV(NETGEAR3, WPN111_2), UATH_DEV(UMEDIA, TEW444UBEU), UATH_DEV(UMEDIA, AR5523_2), - UATH_DEV(UMEDIA, AR5523_3), UATH_DEV(WISTRONNEWEB, AR5523_1), UATH_DEV(WISTRONNEWEB, AR5523_2), UATH_DEV(ZCOM, AR5523)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004070025.o370P4jL027688>