The branch stable/13 has been updated by hselasky:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=08a56bb43c0b7160b71411ae02ecc3e6db811dbc

commit 08a56bb43c0b7160b71411ae02ecc3e6db811dbc
Author:     Hans Petter Selasky <[email protected]>
AuthorDate: 2022-01-07 13:00:36 +0000
Commit:     Hans Petter Selasky <[email protected]>
CommitDate: 2022-02-10 15:10:57 +0000

    rtwn(4): Add new USB ID.
    
    Submitted by:   arved@
    PR:             260952
    Sponsored by:   NVIDIA Networking
    
    (cherry picked from commit 2891a2805289dc4fe221eb4901b9edb6f9559dd8)
---
 sys/dev/rtwn/usb/rtwn_usb_attach.h | 1 +
 sys/dev/usb/usbdevs                | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys/dev/rtwn/usb/rtwn_usb_attach.h 
b/sys/dev/rtwn/usb/rtwn_usb_attach.h
index 35713246dfb6..f5d9e97b66ef 100644
--- a/sys/dev/rtwn/usb/rtwn_usb_attach.h
+++ b/sys/dev/rtwn/usb/rtwn_usb_attach.h
@@ -120,6 +120,7 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = {
        RTWN_RTL8188EU_DEV(ASUS,                USBN10NANOB1),
        RTWN_RTL8188EU_DEV(DLINK,               DWA123D1),
        RTWN_RTL8188EU_DEV(DLINK,               DWA125D1),
+       RTWN_RTL8188EU_DEV(EDIMAX,              EW7811UN_V2),
        RTWN_RTL8188EU_DEV(ELECOM,              WDC150SU2M),
        RTWN_RTL8188EU_DEV(TPLINK,              WN722NV2),
        RTWN_RTL8188EU_DEV(TPLINK,              WN727NV5),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 010ddddc52bf..8d5665012d17 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1843,6 +1843,7 @@ product   EDIMAX RTL8192CU        0x7822  RTL8192CU
 product EDIMAX EW7811UTC_1     0xa811  EW-7811UTC
 product EDIMAX EW7811UTC_2     0xa812  EW-7811UTC
 product EDIMAX EW7822UAC       0xa822  EW-7822UAC
+product EDIMAX EW7811UN_V2     0xb811  EW-7811UN V2
 
 /* eGalax Products */
 product EGALAX TPANEL          0x0001  Touch Panel

Reply via email to