git: 6c423a0fbc2e - stable/12 - run(4): add support for ASUS USB-N14 wireless adaptor.

Dmitry Chagin dchagin at FreeBSD.org
Tue Jun 1 10:07:34 UTC 2021


The branch stable/12 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=6c423a0fbc2ead8489c12c4c09d67cb7c09d7afe

commit 6c423a0fbc2ead8489c12c4c09d67cb7c09d7afe
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-05-22 10:52:12 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-06-01 10:03:56 +0000

    run(4): add support for ASUS USB-N14 wireless adaptor.
    
    PR:             255759
    Submitted by:   john.lmurdoch at gmail.com
    
    (cherry picked from commit d6fd321ef60d43dce9f437187c94a7de2b91ab69)
---
 sys/dev/usb/usbdevs       | 1 +
 sys/dev/usb/wlan/if_run.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 84508657b6ef..db08e8e71d4b 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1267,6 +1267,7 @@ product ASUS USBN66		0x17ad	USB-N66
 product ASUS USBN10NANO		0x17ba	USB-N10 Nano
 product ASUS USBAC51		0x17d1	USB-AC51
 product ASUS USBAC56		0x17d2	USB-AC56
+product ASUS USBN14		0x17e8	USB-N14
 product ASUS A730W		0x4202	ASUS MyPal A730W
 product ASUS P535		0x420f	ASUS P535 PDA
 product ASUS GMSC		0x422f	ASUS Generic Mass Storage
diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c
index 9eb261274b62..edee3eaa863b 100644
--- a/sys/dev/usb/wlan/if_run.c
+++ b/sys/dev/usb/wlan/if_run.c
@@ -171,6 +171,7 @@ static const STRUCT_USB_HOST_ID run_devs[] = {
     RUN_DEV(ASUS,		RT3070_1),
     RUN_DEV(ASUS,		USBN66),
     RUN_DEV(ASUS,		USB_N53),
+    RUN_DEV(ASUS,		USBN14),
     RUN_DEV(ASUS2,		USBN11),
     RUN_DEV(AZUREWAVE,		RT2870_1),
     RUN_DEV(AZUREWAVE,		RT2870_2),


More information about the dev-commits-src-all mailing list