diff options
author | ftrvxmtrx <devnull@localhost> | 2014-04-22 23:34:52 +0200 |
---|---|---|
committer | ftrvxmtrx <devnull@localhost> | 2014-04-22 23:34:52 +0200 |
commit | 99c0abc76db4e534a6e2dd76ef57c37f297bf735 (patch) | |
tree | b3bc2c13cbbfeb585de475f72f88f95557116324 /sys/src/9/boot/nusbrc | |
parent | 0f98415f99948880cd25190a2aee8f5bbefcdfcb (diff) |
nusb/ether: add RNDIS support (tested on Nexus 5)
Diffstat (limited to 'sys/src/9/boot/nusbrc')
-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 88be1c85f..534f139eb 100755 --- a/sys/src/9/boot/nusbrc +++ b/sys/src/9/boot/nusbrc @@ -20,6 +20,8 @@ if(! nusb/usbd) nusb/ether -t aue $etherargs $1 & case 0bda8150 nusb/ether -t url $etherargs $1 & + case 18d14ee3 + nusb/ether -t rndis $etherargs $1 & case * switch($4){ case *03 |