summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_rum.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2006-08-16 16:04:52 +0000
committerjsg <jsg@openbsd.org>2006-08-16 16:04:52 +0000
commit372fbb40789334e1cd575c6b51b7bd661fce2e3d (patch)
tree33a4d2e2518c402b7773c9d925d032c67673cfb9 /sys/dev/usb/if_rum.c
parentfix an .Xr; (diff)
downloadwireguard-openbsd-372fbb40789334e1cd575c6b51b7bd661fce2e3d.tar.xz
wireguard-openbsd-372fbb40789334e1cd575c6b51b7bd661fce2e3d.zip
Belkin RT2601USB.
Diffstat (limited to 'sys/dev/usb/if_rum.c')
-rw-r--r--sys/dev/usb/if_rum.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c
index 1898f787387..b7d2a72df45 100644
--- a/sys/dev/usb/if_rum.c
+++ b/sys/dev/usb/if_rum.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_rum.c,v 1.30 2006/08/14 12:57:08 jsg Exp $ */
+/* $OpenBSD: if_rum.c,v 1.31 2006/08/16 16:08:05 jsg Exp $ */
/*-
* Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr>
@@ -80,6 +80,7 @@ int rum_debug = 0;
static const struct usb_devno rum_devs[] = {
{ USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_RT2573 },
{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D7050A },
+ { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D9050V3 },
{ USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_WUSB54GC },
{ USB_VENDOR_CONCEPTRONIC2, USB_PRODUCT_CONCEPTRONIC2_C54RU2 },
{ USB_VENDOR_DICKSMITH, USB_PRODUCT_DICKSMITH_CWD854F },