From: jsg Date: Mon, 6 May 2024 05:02:25 +0000 (+0000) Subject: match new Realtek RTL8192EU id; from Kyle Markley X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=27da0d9a6e0dc61e8ee551ba05a8d64442d2a070;p=openbsd match new Realtek RTL8192EU id; from Kyle Markley --- diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c index a4486855897..3bfa0756c70 100644 --- a/sys/dev/usb/if_urtwn.c +++ b/sys/dev/usb/if_urtwn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtwn.c,v 1.108 2023/06/12 11:27:30 jsg Exp $ */ +/* $OpenBSD: if_urtwn.c,v 1.109 2024/05/06 05:02:25 jsg Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini @@ -344,6 +344,7 @@ static const struct urtwn_type { /* URTWN_RTL8192EU */ URTWN_DEV_8192EU(DLINK, DWA131E1), URTWN_DEV_8192EU(REALTEK, RTL8192EU), + URTWN_DEV_8192EU(REALTEK, RTL8192EU_2), URTWN_DEV_8192EU(TPLINK, RTL8192EU), URTWN_DEV_8192EU(TPLINK, RTL8192EU_2), URTWN_DEV_8192EU(TPLINK, RTL8192EU_3)