diff options
author | 2006-06-21 13:02:46 +0000 | |
---|---|---|
committer | 2006-06-21 13:02:46 +0000 | |
commit | d66ace294c90d792b116e8aad8f9048567b0fdd3 (patch) | |
tree | 78190ac9e039892ec88200aff73091cf7dca4a32 /sys | |
parent | removal of '#ifdef rbus ... #else ...' directives, we use rbus in all (diff) | |
download | wireguard-openbsd-d66ace294c90d792b116e8aad8f9048567b0fdd3.tar.xz wireguard-openbsd-d66ace294c90d792b116e8aad8f9048567b0fdd3.zip |
Add a few RT73 devices that are known to exist in the wild.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_rum.c | 12 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 7 |
2 files changed, 15 insertions, 4 deletions
diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index cebb0129634..1de2a43693f 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.2 2006/06/17 20:17:12 jolan Exp $ */ +/* $OpenBSD: if_rum.c,v 1.3 2006/06/21 13:04:10 jsg Exp $ */ /*- * Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr> * Copyright (c) 2006 Niall O'Higgins <niallo@openbsd.org> @@ -81,8 +81,14 @@ int rum_debug = 0; /* various supported device vendors/products */ static const struct usb_devno rum_devs[] = { - { USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2573 }, - { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D7050A } + { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D7050A }, + { USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_WUSB54GC }, + { USB_VENDOR_CONCEPTRONIC2, USB_PRODUCT_CONCEPTRONIC2_C54RU2 }, + { USB_VENDOR_DICKSMITH, USB_PRODUCT_DICKSMITH_CWD854F }, + { USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWLG122C1 }, + { USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_WUA1340 }, + { USB_VENDOR_GIGABYTE, USB_PRODUCT_GIGABYTE_GNWB01GS }, + { USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2573 } }; int rum_alloc_tx_list(struct rum_softc *); diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index aea73ede8e6..7355600567f 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.201 2006/06/21 01:21:14 jsg Exp $ +$OpenBSD: usbdevs,v 1.202 2006/06/21 13:02:46 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -785,6 +785,7 @@ product CHPRODUCTS FLIGHTYOKE 0x00ff Flight Sim Yoke product CISCOLINKSYS WUSB54G 0x000d RT2570 product CISCOLINKSYS WUSB54GP 0x0011 RT2570 product CISCOLINKSYS USB200MV2 0x0018 USB200M v2 +product CISCOLINKSYS WUSB54GC 0x0020 WUSB54GC product CISCOLINKSYS HU200TS 0x001a HU200-TS /* Compaq products */ @@ -805,6 +806,7 @@ product CMOTECH CM5100P 0x5523 CM-5100P EVDO product CONCEPTRONIC C11U 0x7100 C11U product CONCEPTRONIC WL210 0x7110 WL-210 product CONCEPTRONIC2 C54RU 0x3c02 C54RU WLAN +product CONCEPTRONIC2 C54RU2 0x3c22 C54RU /* Concord Camera products */ product CONCORDCAMERA EYE_Q_3X 0x0100 Eye Q 3x @@ -866,6 +868,7 @@ product DICKSMITH WL200U 0x0002 WL-200U product DICKSMITH CHUSB611G 0x0013 CHUSB 611G product DICKSMITH WL240U 0x0014 WL-240U product DICKSMITH XH1153 0x5743 XH1153 802.11b +product DICKSMITH CWD854F 0x9032 C-Net CWD-854 rev F /* Digi International products */ product DIGI ACCELEPORT2 0x0002 AccelePort 2 @@ -884,6 +887,7 @@ product DLINK DWL122 0x3700 DWL-122 product DLINK DWL120F 0x3702 DWL-120 rev F product DLINK RT2570 0x3c00 RT2570 product DLINK2 DWLG122C1 0x3c03 DWL-G122 rev C1 +product DLINK2 WUA1340 0x3c04 WUA-1340 product DLINK DSB650C 0x4000 10Mbps ethernet product DLINK DSB650TX1 0x4001 10/100 ethernet product DLINK DSB650TX 0x4002 10/100 ethernet @@ -1019,6 +1023,7 @@ product GENESYS GL641USB 0x0700 GL641USB CompactFlash product GIGABYTE GNBR402W 0x8002 GN-BR402W product GIGABYTE GNWLBM101 0x8003 GN-WLBM101 product GIGABYTE GNWBKG 0x8007 GN-WBKG +product GIGABYTE GNWB01GS 0x8008 GN-WB01GS /* Gigaset products */ product GIGASET WLAN 0x0701 WLAN |