summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_uath.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2008-01-21 12:57:31 +0000
committerjsg <jsg@openbsd.org>2008-01-21 12:57:31 +0000
commit23b218c0de4dc1eb796330d476e88c4b87653230 (patch)
tree54ebca0e522cb354879af170907058bb31795f90 /sys/dev/usb/if_uath.c
parentregen (diff)
downloadwireguard-openbsd-23b218c0de4dc1eb796330d476e88c4b87653230.tar.xz
wireguard-openbsd-23b218c0de4dc1eb796330d476e88c4b87653230.zip
Add support for SMC SMCWUSBT-G2.
Tested by Kaspo Lo <kaxpolox@yahoo.com>
Diffstat (limited to 'sys/dev/usb/if_uath.c')
-rw-r--r--sys/dev/usb/if_uath.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c
index 0b40c365431..5b8696fcf67 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.31 2007/10/11 18:33:14 deraadt Exp $ */
+/* $OpenBSD: if_uath.c,v 1.32 2008/01/21 12:57:31 jsg Exp $ */
/*-
* Copyright (c) 2006
@@ -104,6 +104,7 @@ static const struct uath_type {
#define UATH_FLAG_PRE_FIRMWARE (1 << 0)
#define UATH_FLAG_ABG (1 << 1)
} uath_devs[] = {
+ UATH_DEV_UG(ACCTON, SMCWUSBTG2),
UATH_DEV_UG(ATHEROS, AR5523),
UATH_DEV_UG(ATHEROS2, AR5523_1),
UATH_DEV_UG(ATHEROS2, AR5523_2),