git: d6fd321ef60d - main - run(4): add support for ASUS USB-N14 wireless adaptor.
Dmitry Chagin
dchagin at FreeBSD.org
Sat May 22 10:56:42 UTC 2021
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=d6fd321ef60d43dce9f437187c94a7de2b91ab69
commit d6fd321ef60d43dce9f437187c94a7de2b91ab69
Author: Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-05-22 10:52:12 +0000
Commit: Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-05-22 10:52:12 +0000
run(4): add support for ASUS USB-N14 wireless adaptor.
PR: 255759
Submitted by: john.lmurdoch at gmail.com
MFC After: 1 week
---
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 d92d98614b07..91a243e26bac 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-main
mailing list