summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-12-23 08:10:12 +0000
committerjsg <jsg@openbsd.org>2005-12-23 08:10:12 +0000
commit0a257be72e5ab9d5967d1b6a4f937455c623f8fa (patch)
treebeb43aa6325434f8f0a9097d0b5e6fa6415db364
parentregen (diff)
downloadwireguard-openbsd-0a257be72e5ab9d5967d1b6a4f937455c623f8fa.tar.xz
wireguard-openbsd-0a257be72e5ab9d5967d1b6a4f937455c623f8fa.zip
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 },