summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-07-18 14:41:16 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-07-18 14:41:16 +0000
commit3668777b4cdbb21eff3be943c3805e926ad7e60a (patch)
tree21ac216aeb0ba3668b1bb1b73be015c5d56a1aea
parentab1b10f18b21c45c314a237dded24336b2d1f086 (diff)
Match Sphairon UB801R.
-rw-r--r--share/man/man4/ral.43
-rw-r--r--sys/dev/usb/if_ral.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4
index 78d810ac774..980bc233e5e 100644
--- a/share/man/man4/ral.4
+++ b/share/man/man4/ral.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ral.4,v 1.37 2005/07/07 15:01:11 jsg Exp $
+.\" $OpenBSD: ral.4,v 1.38 2005/07/18 14:41:15 jsg Exp $
.\"
.\" Copyright (c) 2005
.\" Damien Bergamini <damien.bergamini@free.fr>
@@ -355,6 +355,7 @@ MSI MS-6865.
MSI MS-6869.
SerComm UB801R.
SparkLAN WL-685R.
+Sphairon UB801R.
Surecom EP-9001-g.
Tonze UW-6200C.
Zaapa ZNWUSB-54.
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c
index be811bb6f82..cbaa5953a65 100644
--- a/sys/dev/usb/if_ral.c
+++ b/sys/dev/usb/if_ral.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ral.c,v 1.38 2005/07/07 08:33:22 jsg Exp $ */
+/* $OpenBSD: if_ral.c,v 1.39 2005/07/18 14:41:15 jsg Exp $ */
/*-
* Copyright (c) 2005
@@ -101,6 +101,7 @@ static const struct usb_devno ural_devs[] = {
{ USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_2 },
{ USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_3 },
{ USB_VENDOR_SMC, USB_PRODUCT_SMC_RT2570 },
+ { USB_VENDOR_SPHAIRON, USB_PRODUCT_SPHAIRON_UB801R },
{ USB_VENDOR_SURECOM, USB_PRODUCT_SURECOM_RT2570 },
{ USB_VENDOR_VTECH, USB_PRODUCT_VTECH_RT2570 },
{ USB_VENDOR_ZINWELL, USB_PRODUCT_ZINWELL_RT2570 }