From 63c8563c689924b642b604a11d0b85b4aa09674c Mon Sep 17 00:00:00 2001 From: yuo Date: Sun, 8 Jun 2008 20:43:31 +0000 Subject: add following devices - IODATA WN-G54/US (11bg) - MELCO WLI-U2-KAMG54 (11abg) --- sys/dev/usb/if_uath.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/usb/if_uath.c') 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), -- cgit v1.2.3-59-g8ed1b