diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-01-21 12:57:32 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-01-21 12:57:32 +0000 |
commit | 0e676bb7aa999a2d725c7a7655fe84ee5e6e77f2 (patch) | |
tree | 58c428751219673386131d6443a6430862099822 /sys/dev/usb | |
parent | c897d777b57f47328d9dc6b218d8b5a348459fba (diff) |
Add support for SMC SMCWUSBT-G2.
Tested by Kaspo Lo <kaxpolox@yahoo.com>
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_uath.c | 3 |
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), |