mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
run: add AE3000 and AE6000; closes #17
This commit is contained in:
parent
b964935420
commit
c2a8bcd3b1
2 changed files with 4 additions and 0 deletions
|
|
@ -1426,6 +1426,8 @@ product CISCOLINKSYS WUSB54GC 0x0020 WUSB54GC
|
|||
product CISCOLINKSYS WUSB54GR 0x0023 WUSB54GR
|
||||
product CISCOLINKSYS WUSBF54G 0x0024 WUSBF54G
|
||||
product CISCOLINKSYS AE1000 0x002f AE1000
|
||||
product CISCOLINKSYS AE3000 0x003b AE3000
|
||||
product CISCOLINKSYS AE6000 0x003e AE6000
|
||||
product CISCOLINKSYS USB3GIGV1 0x0041 USB3GIGV1 USB Ethernet Adapter
|
||||
product CISCOLINKSYS2 RT3070 0x4001 RT3070
|
||||
product CISCOLINKSYS3 RT3070 0x0101 RT3070
|
||||
|
|
|
|||
|
|
@ -156,6 +156,8 @@ static const STRUCT_USB_HOST_ID run_devs[] = {
|
|||
RUN_DEV(BELKIN, RT2870_1),
|
||||
RUN_DEV(BELKIN, RT2870_2),
|
||||
RUN_DEV(CISCOLINKSYS, AE1000),
|
||||
RUN_DEV(CISCOLINKSYS, AE3000),
|
||||
RUN_DEV(CISCOLINKSYS, AE6000),
|
||||
RUN_DEV(CISCOLINKSYS2, RT3070),
|
||||
RUN_DEV(CISCOLINKSYS3, RT3070),
|
||||
RUN_DEV(CONCEPTRONIC2, RT2870_1),
|
||||
|
|
|
|||
Loading…
Reference in a new issue