Re: Startup RNDIS.

From: Henrik (slaskhenrik_at_gmail.com)
Date: 02/28/05


Date: 28 Feb 2005 07:41:32 -0800

You need to prepare a host driver that matches the PID and VID registry
settings under [HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\RNDIS]
as well. Download the RNDIS USB Kit from Microsoft to get the drivers
and, more important, a .inf file template. There is an exampe
"usb8023.inf" under
"\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\ETHDBG\RNDISMINI\HOST" that you
can look at. I think the only thing you need to change in the RNDIS USB
Kit template is the PID and VID entries.

When you plug in the device to your host it should present itself as a
RNDIS device and you just install the drivers you prepared (you
manually point to the prepped .inf file).

Henrik