From 99c0abc76db4e534a6e2dd76ef57c37f297bf735 Mon Sep 17 00:00:00 2001 From: ftrvxmtrx Date: Tue, 22 Apr 2014 23:34:52 +0200 Subject: nusb/ether: add RNDIS support (tested on Nexus 5) --- sys/src/9/boot/nusbrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/src/9/boot/nusbrc') 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 -- cgit v1.2.3