diff options
author | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2018-01-30 20:56:39 +0000 |
---|---|---|
committer | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2018-01-30 20:56:39 +0000 |
commit | 7e9043a7e256cb2c60b3603e4fe20c40f7af28d1 (patch) | |
tree | 3d5634ce3a201a94be119f477d6b4ab26d873f9b /sys/dev/usb/usbdevs | |
parent | ef48ff27db9140ef772ebbc3dac25538c2c232a4 (diff) |
Add D-Link DWA-125 rev B2 to list of devices supported by run(4).
Works for me on amd64.
okay stsp@, who also noted this matches Linux commit
fd7b9270120ca7e53fbf0469febe0c68acf6a0a2
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 42c04d5b01f..368783f83c4 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.680 2018/01/11 09:26:36 kevlo Exp $ +$OpenBSD: usbdevs,v 1.681 2018/01/30 20:56:38 zhuk Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1549,6 +1549,7 @@ product DLINK RT3072 0x3c0a RT3072 product DLINK DWA140B3 0x3c15 DWA-140 rev B3 product DLINK DWA160B2 0x3c1a DWA-160 rev B2 product DLINK DWA127 0x3c1b DWA-127 +product DLINK DWA125B2 0x3c1e DWA-125 rev B2 product DLINK DWA162 0x3c1f DWA-162 Wireless Adapter product DLINK DWA140D1 0x3c20 DWA-140 rev D1 product DLINK DWA130F1 0x3c25 DWA-130 rev F1 |