diff options
author | Yojiro Uo <yuo@cvs.openbsd.org> | 2008-06-08 20:43:32 +0000 |
---|---|---|
committer | Yojiro Uo <yuo@cvs.openbsd.org> | 2008-06-08 20:43:32 +0000 |
commit | 658d5e58bd45c8bc238b30a69fba5f9f3e16686a (patch) | |
tree | f7f2589cef6fb0a24e3e4853ad6137f5941bac92 /sys/dev/usb/if_uath.c | |
parent | d1f1d732b2b7abb4488c87ac2cbe970524e2e763 (diff) |
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), |