diff options
author | sam <sam@FreeBSD.org> | 2009-05-17 19:51:08 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-05-17 19:51:08 +0000 |
commit | 5f2df6ce18b44323bfc72c3690ef7a1e205a5f0a (patch) | |
tree | 871dcd22ac79496694c4360c9b8b138e88ee0e16 /sys/dev/usb/wlan/if_uath.c | |
parent | 1270298e13435d2625328a1ffe35f857c3d5df8c (diff) | |
download | FreeBSD-src-5f2df6ce18b44323bfc72c3690ef7a1e205a5f0a.zip FreeBSD-src-5f2df6ce18b44323bfc72c3690ef7a1e205a5f0a.tar.gz |
add TRENDnet TEW-504UB/EU
Submitted by: Lucius Windschuh <lwindschuh@googlemail.com>
Diffstat (limited to 'sys/dev/usb/wlan/if_uath.c')
-rw-r--r-- | sys/dev/usb/wlan/if_uath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c index b566558..98c4943 100644 --- a/sys/dev/usb/wlan/if_uath.c +++ b/sys/dev/usb/wlan/if_uath.c @@ -192,6 +192,7 @@ static const struct usb2_device_id uath_devs[] = { UATH_DEV(NETGEAR3, WPN111), 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) |