git: 9394c3fcdbd7 - stable/13 - run(4): add support for ASUS USB-N14 wireless adaptor.
Dmitry Chagin
dchagin at FreeBSD.org
Tue Jun 1 10:02:29 UTC 2021
The branch stable/13 has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=9394c3fcdbd7707e55c677cef9a3d029f7da5189
commit 9394c3fcdbd7707e55c677cef9a3d029f7da5189
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:01:53 +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 6012f6484d52..c2a1a9ff31e6 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1266,6 +1266,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 dbbdc9bdcbd2..c7f0ae40f666 100644
--- a/sys/dev/usb/wlan/if_run.c
+++ b/sys/dev/usb/wlan/if_run.c
@@ -173,6 +173,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-branches
mailing list