summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-12-23 08:10:13 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-12-23 08:10:13 +0000
commitdf12d08ffab55f9beb0bb770fbbb42d48ed505f5 (patch)
treef5cc588c352acdc1b5099fb39a8ec0daaabe3b26
parenta499f94c6a39ec553574adb43ef497e7dc963f66 (diff)
Support Nintendo Wi-Fi USB Connector, noticed in Linux rt2570 driver
and verified against windows driver.
-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 1ad824eb8ba..c54072cb50a 100644
--- a/share/man/man4/ral.4
+++ b/share/man/man4/ral.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ral.4,v 1.45 2005/12/09 05:22:08 jsg Exp $
+.\" $OpenBSD: ral.4,v 1.46 2005/12/23 08:10:12 jsg Exp $
.\"
.\" Copyright (c) 2005
.\" Damien Bergamini <damien.bergamini@free.fr>
@@ -354,6 +354,7 @@ Linksys WUSB54GP v4.
MSI MS-6861.
MSI MS-6865.
MSI MS-6869.
+Nintendo Wi-Fi USB Connector.
OvisLink Evo-W54USB.
SerComm UB801R.
SparkLAN WL-685R.
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c
index 75700639d2d..58da1ae55ba 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.52 2005/12/09 05:22:08 jsg Exp $ */
+/* $OpenBSD: if_ral.c,v 1.53 2005/12/23 08:10:12 jsg Exp $ */
/*-
* Copyright (c) 2005
@@ -95,6 +95,7 @@ static const struct usb_devno ural_devs[] = {
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_KG54 },
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_KG54AI },
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_KG54YB },
+ { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_NINWIFI },
{ USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2570 },
{ USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2570_2 },
{ USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2570_3 },