From 66e2da96acbb660e75ae6a9b8fcdbd1c7a1dcefb Mon Sep 17 00:00:00 2001 From: nat Date: Wed, 12 Oct 2016 03:07:11 +0000 Subject: Add Realtek 8192EU usb wifi adaptor. OK christos@ --- sys/dev/usb/usbdevs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 4e0e373c1ef..42621f20486 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.717 2016/10/04 21:36:38 christos Exp $ +$NetBSD: usbdevs,v 1.718 2016/10/12 03:07:11 nat Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -2749,6 +2749,7 @@ product REALTEK RTL8188RU_3 0x817f RTL8188RU 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 RTL8187B_2 0x8198 RTL8187B -- cgit