diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-29 22:21:56 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-29 22:21:56 +0000 |
commit | 08a080e8c2c775eda149d3e830bd4fad2c35f249 (patch) | |
tree | 4dbe000d1800af5e455e364204fde2605537cb3d /sys/src/9 | |
parent | b883050361d478ba29b6b3c07c200493994fb3be (diff) |
nusb/ether: support for asix ax88179 (thanks Aidan K. Wiggins)
Tested with tp-link UE305, works well.
From all other sources it seems this should also work for the
88178a, but I didn't have one on hand.
Diffstat (limited to 'sys/src/9')
-rwxr-xr-x | sys/src/9/boot/nusbrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/boot/nusbrc b/sys/src/9/boot/nusbrc index afbb0503b..dd0ba3ee7 100755 --- a/sys/src/9/boot/nusbrc +++ b/sys/src/9/boot/nusbrc @@ -19,6 +19,8 @@ if(! nusb/usbd) nusb/ether -t a88772 $etherargs $id case 0b951780 14eaab11 17370039 0411006e 050d5055 nusb/ether -t a88178 $etherargs $id + case 0b951790 + nusb/ether -t a88179 $etherargs $id case 2001abc1 nusb/ether -t aue $etherargs $id case 0bda8150 |