diff options
author | 2019-01-14 03:28:03 +0000 | |
---|---|---|
committer | 2019-01-14 03:28:03 +0000 | |
commit | e43c054b563ac2941a4605f9ad94f06c843d0032 (patch) | |
tree | 7c1ec3c84df7fb60d11a6ca0a2ab1b6345c1791f | |
parent | set_default_client_identifier() only needs the (diff) | |
download | wireguard-openbsd-e43c054b563ac2941a4605f9ad94f06c843d0032.tar.xz wireguard-openbsd-e43c054b563ac2941a4605f9ad94f06c843d0032.zip |
add TP-Link WN821N v5 (RTL8192EU), from Jesper Wallin
-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 d44630876e2..3960bcf0d9e 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.693 2018/11/19 07:31:35 kevlo Exp $ +$OpenBSD: usbdevs,v 1.694 2019/01/14 03:28:03 jmatthew Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -4273,6 +4273,7 @@ product TOSHIBA HSDPA 0x1302 HSDPA /* TP-Link products */ product TPLINK RTL8192CU 0x0100 RTL8192CU product TPLINK RTL8812AU 0x0101 RTL8812AU +product TPLINK RTL8192EU 0x0107 RTL8192EU product TPLINK RTL8188EUS 0x010C RTL8188EUS /* Trek Technology products */ |