summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2008-01-21 12:57:32 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2008-01-21 12:57:32 +0000
commit0e676bb7aa999a2d725c7a7655fe84ee5e6e77f2 (patch)
tree58c428751219673386131d6443a6430862099822
parentc897d777b57f47328d9dc6b218d8b5a348459fba (diff)
Add support for SMC SMCWUSBT-G2.
Tested by Kaspo Lo <kaxpolox@yahoo.com>
-rw-r--r--share/man/man4/uath.45
-rw-r--r--sys/dev/usb/if_uath.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/uath.4 b/share/man/man4/uath.4
index ab88465073e..7fd879c71c3 100644
--- a/share/man/man4/uath.4
+++ b/share/man/man4/uath.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uath.4,v 1.10 2007/08/29 20:10:52 damien Exp $
+.\" $OpenBSD: uath.4,v 1.11 2008/01/21 12:57:31 jsg Exp $
.\"
.\" Copyright (c) 2006
.\" Damien Bergamini <damien.bergamini@free.fr>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 29 2007 $
+.Dd $Mdocdate: January 21 2008 $
.Os
.Dt UATH 4
.Sh NAME
@@ -232,6 +232,7 @@ The following adapters should work:
.\".It Li "Senao WUB-8004" Ta AR5005UX
.It Li "Siemens Gigaset 108" Ta AR5005UG
.It Li "SMC SMCWUSBT-G" Ta AR5005UG
+.It Li "SMC SMCWUSBT-G2" Ta AR5005UG
.\".It Li "SparkLAN WL-685GS" Ta AR5005UG
.It Li "SparkLAN WL-785A" Ta AR5005UX
.It Li "TP-Link TL-WN620G" Ta AR5005UG
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),