diff options
author | 2018-11-19 07:31:35 +0000 | |
---|---|---|
committer | 2018-11-19 07:31:35 +0000 | |
commit | 2802a46a2e5065b958c654179ce09c7399e1f3fe (patch) | |
tree | f234f0206979b9f10eb60093430e3f410461e7d9 | |
parent | silence (to log level debug2) failure messages when loading the default (diff) | |
download | wireguard-openbsd-2802a46a2e5065b958c654179ce09c7399e1f3fe.tar.xz wireguard-openbsd-2802a46a2e5065b958c654179ce09c7399e1f3fe.zip |
Add ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi.
-rw-r--r-- | sys/dev/usb/usbdevs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index d19a7c48662..d44630876e2 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.692 2018/08/22 15:30:20 mpi Exp $ +$OpenBSD: usbdevs,v 1.693 2018/11/19 07:31:35 kevlo Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -626,7 +626,8 @@ vendor TPLINK 0x2357 TP-Link vendor WMR 0x2405 West Mountain Radio vendor TRIPPLITE 0x2478 Tripp-Lite vendor ARUBA 0x2626 Aruba -vendor NHJ 0x2770 NHJ +vendor XIAOMI 0x2717 Xiaomi +vendor NHJ 0x2770 NHJ vendor ASUSTEK 0x2821 ASUSTeK Computer vendor PLANEX 0x2c02 Planex Communications vendor LINKINSTRUMENTS 0x3195 Link Instruments @@ -1535,6 +1536,7 @@ product DLINK DWA123D1 0x3310 DWA-123 rev D1 product DLINK DWA137A1 0x3317 DWA-137 rev A1 product DLINK DWA131E1 0x3319 DWA-131 rev E1 product DLINK DWA182D1 0x331c DWA-182 rev D1 +product DLINK DWA171C1 0x331d DWA-171 rev C1 product DLINK DWL122 0x3700 DWL-122 product DLINK DWLG120 0x3701 DWL-G120 product DLINK DWL120F 0x3702 DWL-120 rev F @@ -4467,6 +4469,9 @@ product WISTRONNEWEB AR5523_2_NF 0x0829 AR5523 /* XIRING products */ product XIRING XIMAX 0x0005 Ximax CDC +/* Xiaomi products */ +product XIAOMI MT7601U 0x4106 MT7601U + /* Xirlink products */ product XIRLINK IMAGING 0x800d Imaging Device product XIRLINK PCCAM 0x8080 IBM PC Camera |