diff options
author | ftrvxmtrx <devnull@localhost> | 2014-04-23 23:46:00 +0200 |
---|---|---|
committer | ftrvxmtrx <devnull@localhost> | 2014-04-23 23:46:00 +0200 |
commit | 645510e5cef0da3c0528e9769f354e1454a6f659 (patch) | |
tree | f11b9323e7668f6d6ee6b606e47581562962b627 /sys | |
parent | 2ef8c9ed41e696b2d7d2a8fa84ae682393e4d127 (diff) |
boot/nusbrc: add another rndis device
Diffstat (limited to 'sys')
-rwxr-xr-x | sys/src/9/boot/nusbrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/nusbrc b/sys/src/9/boot/nusbrc index 534f139eb..2d0746d82 100755 --- a/sys/src/9/boot/nusbrc +++ b/sys/src/9/boot/nusbrc @@ -20,7 +20,7 @@ if(! nusb/usbd) nusb/ether -t aue $etherargs $1 & case 0bda8150 nusb/ether -t url $etherargs $1 & - case 18d14ee3 + case 18d14ee3 0bb40003 nusb/ether -t rndis $etherargs $1 & case * switch($4){ |