diff options
author | 2008-06-08 20:43:31 +0000 | |
---|---|---|
committer | 2008-06-08 20:43:31 +0000 | |
commit | 63c8563c689924b642b604a11d0b85b4aa09674c (patch) | |
tree | 21246395234928a8f0029cf1f66a02a92107f093 /sys/dev/usb/if_uath.c | |
parent | alpha/conf/RAMDISK (diff) | |
download | wireguard-openbsd-63c8563c689924b642b604a11d0b85b4aa09674c.tar.xz wireguard-openbsd-63c8563c689924b642b604a11d0b85b4aa09674c.zip |
add following devices
- IODATA WN-G54/US (11bg)
- MELCO WLI-U2-KAMG54 (11abg)
Diffstat (limited to 'sys/dev/usb/if_uath.c')
-rw-r--r-- | sys/dev/usb/if_uath.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index d696cd20e3e..4affeabc416 100644 --- a/sys/dev/usb/if_uath.c +++ b/sys/dev/usb/if_uath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uath.c,v 1.33 2008/04/17 21:09:36 brad Exp $ */ +/* $OpenBSD: if_uath.c,v 1.34 2008/06/08 20:43:31 yuo Exp $ */ /*- * Copyright (c) 2006 @@ -118,6 +118,8 @@ static const struct uath_type { UATH_DEV_UG(GIGASET, SMCWUSBTG), UATH_DEV_UG(GLOBALSUN, AR5523_1), UATH_DEV_UX(GLOBALSUN, AR5523_2), + UATH_DEV_UG(IODATA, USBWNG54US), + UATH_DEV_UG(MELCO, WLIU2KAMG54), UATH_DEV_UX(NETGEAR, WG111U), UATH_DEV_UG(NETGEAR3, WG111T), UATH_DEV_UG(NETGEAR3, WPN111), |