mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
run(4): add support for ASUS USB-N14 wireless adaptor.
PR: 255759 Submitted by: john.lmurdoch at gmail.com MFC After: 1 week
This commit is contained in:
parent
42881526d4
commit
d6fd321ef6
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue