diff options
author | 2020-01-27 15:41:42 +0000 | |
---|---|---|
committer | 2020-01-27 15:41:42 +0000 | |
commit | 8f5c0e88b62bf8f378c88fc74b7afb9a9b3b6ea7 (patch) | |
tree | c663224f7db6ac7dc48da05bb13fdf404642c0d9 | |
parent | Implement builtin time() function. (diff) | |
download | wireguard-openbsd-8f5c0e88b62bf8f378c88fc74b7afb9a9b3b6ea7.tar.xz wireguard-openbsd-8f5c0e88b62bf8f378c88fc74b7afb9a9b3b6ea7.zip |
add USB device ID for tp-link tl-wn823n
-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 60440d85795..6f899e25527 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.709 2020/01/20 07:08:20 jsg Exp $ +$OpenBSD: usbdevs,v 1.710 2020/01/27 15:41:42 stsp Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -4281,6 +4281,7 @@ product TOSHIBA HSDPA 0x1302 HSDPA product TPLINK RTL8192CU 0x0100 RTL8192CU product TPLINK RTL8812AU 0x0101 RTL8812AU product TPLINK RTL8192EU 0x0107 RTL8192EU +product TPLINK RTL8192EU_2 0x0109 RTL8192EU product TPLINK RTL8188EUS 0x010c RTL8188EUS /* Trek Technology products */ |