diff options
author | 2006-08-16 16:04:52 +0000 | |
---|---|---|
committer | 2006-08-16 16:04:52 +0000 | |
commit | 372fbb40789334e1cd575c6b51b7bd661fce2e3d (patch) | |
tree | 33a4d2e2518c402b7773c9d925d032c67673cfb9 /sys | |
parent | fix an .Xr; (diff) | |
download | wireguard-openbsd-372fbb40789334e1cd575c6b51b7bd661fce2e3d.tar.xz wireguard-openbsd-372fbb40789334e1cd575c6b51b7bd661fce2e3d.zip |
Belkin RT2601USB.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_rum.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 4 insertions, 2 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 }, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index b2a6a1a9a00..d893ff34c17 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.215 2006/08/15 18:10:54 niallo Exp $ +$OpenBSD: usbdevs,v 1.216 2006/08/16 16:04:52 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -745,6 +745,7 @@ product BELKIN F5U120 0x1203 F5U120-PC Hub product BELKIN F5D7050 0x7050 F5D7050 54g USB Network Adapter product BELKIN F5D7050A 0x705a F5D705A 54g USB Network Adapter product BELKIN F5D7050C 0x705c F5D705C 54g USB Network Adapter +product BELKIN F5D9050V3 0x905b F5D9050 ver 3 /* Billionton products */ product BILLIONTON USB100 0x0986 USB100N 10/100 Ethernet |