Skip to content

Commit

Permalink
run: add AE3000 and AE6000; closes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Aug 20, 2017
1 parent 9728748 commit c1e3838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/dev/usb/usbdevs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions sys/dev/usb/wlan/if_run.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit c1e3838

Please sign in to comment.