diff options
author | 2018-07-19 17:33:26 +0000 | |
---|---|---|
committer | 2018-07-19 17:33:26 +0000 | |
commit | 46fa9168c7e43bd990b0ab51d40a4d0d45b866f2 (patch) | |
tree | e5d0a328131aac75a6c73727e9d13747cf880e0e | |
parent | Reuse implicit padding to export the port number of a USB device in (diff) | |
download | wireguard-openbsd-46fa9168c7e43bd990b0ab51d40a4d0d45b866f2.tar.xz wireguard-openbsd-46fa9168c7e43bd990b0ab51d40a4d0d45b866f2.zip |
Add RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 at gmail>
-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 12b9a7356e2..9f27a1711e3 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.689 2018/07/10 09:44:01 jasper Exp $ +$OpenBSD: usbdevs,v 1.690 2018/07/19 17:33:26 sthen Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -720,6 +720,7 @@ product ABOCOM XX8 0x4102 XX8 product ABOCOM XX9 0x4104 XX9 product ABOCOM WL54 0x6001 WL54 product ABOCOM RTL8192CU 0x8178 RTL8192CU +product ABOCOM RTL8188EU 0x8179 RTL8188EU product ABOCOM RTL8188CU_1 0x8188 RTL8188CU product ABOCOM RTL8188CU_2 0x8189 RTL8188CU product ABOCOM XX10 0xabc1 XX10 |