diff options
author | 2013-05-16 09:30:05 +0000 | |
---|---|---|
committer | 2013-05-16 09:30:05 +0000 | |
commit | 013a3255b69657ca11c5f0a6c8969781afca0f88 (patch) | |
tree | 32eb8533696821b1c30e7b507e4f817de1fdcd54 | |
parent | switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@ (diff) | |
download | wireguard-openbsd-013a3255b69657ca11c5f0a6c8969781afca0f88.tar.xz wireguard-openbsd-013a3255b69657ca11c5f0a6c8969781afca0f88.zip |
add another RTL8188 id, from Sigi Rudzio
-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 aaadde171ad..0b0f1059e9b 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.598 2013/03/07 23:39:14 jcs Exp $ +$OpenBSD: usbdevs,v 1.599 2013/05/16 09:30:05 sthen Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3374,6 +3374,7 @@ product REALTEK RTL8188CU_2 0x817b RTL8188CU product REALTEK RTL8192CE 0x817c RTL8192CE product REALTEK RTL8188RU 0x817d RTL8188RU product REALTEK RTL8188CE_1 0x817e RTL8188CE +product REALTEK RTL8188RU_3 0x817f RTL8188RU product REALTEK RTL8187 0x8187 RTL8187 product REALTEK RTL8187B_0 0x8189 RTL8187B product REALTEK RTL8188CUS 0x818a RTL8188CUS |