diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-11-13 14:16:56 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-11-13 14:16:56 +0000 |
commit | e534a08dcd6930f4b397a86122579460d12f64c2 (patch) | |
tree | 70fe8cc17224792d0717b7c8d416c761a99b19ab /sys/dev/usb/usbdevs | |
parent | b10b96869e8b215b538ef1951006d65301a1300a (diff) |
Add USB device ID found in an RTL8192EU device.
ok mpi@
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 840bdec0935..2ee9690646f 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.659 2015/09/29 09:01:00 jung Exp $ +$OpenBSD: usbdevs,v 1.660 2015/11/13 14:16:55 stsp Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3562,6 +3562,7 @@ product REALTEK RTL8192CE_VAU 0x8186 RTL8192CE product REALTEK RTL8187 0x8187 RTL8187 product REALTEK RTL8187B_0 0x8189 RTL8187B product REALTEK RTL8188CUS 0x818a RTL8188CUS +product REALTEK RTL8192EU 0x818b RTL8192EU product REALTEK RTL8188CU_3 0x8191 RTL8188CU product REALTEK RTL8187B_1 0x8197 RTL8187B product REALTEK RTL8192U 0x8192 RTL8192U |