From: cozz in or out on
I am trying to debug a RNDIS device having CDC ethernet interface.The
ether.c file registers with composite framework (linux gadget driver).

Problem is the device works fine with linux but when we connect to xp
machine the system crashes
with BSOD. during enumeration.
3 times the windows ask for configuration descriptiors....then after
a RESET the windows host crash.

what may be the cause?
From: Maxim S. Shatskih on
What are the crash details? !analyze -v is a must.

--
Maxim S. Shatskih
Windows DDK MVP
maxim(a)storagecraft.com
http://www.storagecraft.com

"cozz in or out" <kaushik899(a)gmail.com> wrote in message news:a15a8060-7df4-4070-af4d-cb3418eedf43(a)y18g2000prn.googlegroups.com...
>I am trying to debug a RNDIS device having CDC ethernet interface.The
> ether.c file registers with composite framework (linux gadget driver).
>
> Problem is the device works fine with linux but when we connect to xp
> machine the system crashes
> with BSOD. during enumeration.
> 3 times the windows ask for configuration descriptiors....then after
> a RESET the windows host crash.
>
> what may be the cause?
From: Chris on
On May 29, 4:38 am, cozz in or out <kaushik...(a)gmail.com> wrote:

> I am trying  to debug a RNDIS device having CDC ethernet interface.The
> ether.c file registers with composite framework (linux gadget driver).

Strictly speaking, aren't RNDIS and CDC ethernet two different
things? Don't you really need a CDC ethernet driver on the host side?