Windows CE USB Enumeration same or different from Windows XP?

Hi all ,

I am fresher on windows ce & started working last month . I have experience
in WDM driver development on Windows XP .Now i have to work on Windows CE
USB device driver.

I have few question .

  1. Is enumeration process of USB device same as on Windows or different ?

2.Is WinCe support the composite USB device driver ?Which driver is loaded
for composite device.

  1. Is there any group/community supporting windows Ce driver development
    like OSR ?

Please let me know your valuable suggestion
Thanks

This is not a Windows CE forum.

Ask on microsoft.public.windowsce.platbuilder


Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

“Ritesh Singh” wrote in message
news:xxxxx@ntdev…
> Hi all ,
>
> I am fresher on windows ce & started working last month . I have experience
> in WDM driver development on Windows XP .Now i have to work on Windows CE
> USB device driver.
>
> I have few question .
>
> 1. Is enumeration process of USB device same as on Windows or different ?
>
> 2.Is WinCe support the composite USB device driver ?Which driver is loaded
> for composite device.
>
> 3. Is there any group/community supporting windows Ce driver development
> like OSR ?
>
> Please let me know your valuable suggestion
> Thanks
>

Hi ritesh, chk reply below:

On 10/27/07, Ritesh Singh wrote:
>
> Hi all ,
>
> I am fresher on windows ce & started working last month . I have
> experience in WDM driver development on Windows XP .Now i have to work on
> Windows CE USB device driver.
>
> I have few question .
>
> 1. Is enumeration process of USB device same as on Windows or different ?

It is same.

2.Is WinCe support the composite USB device driver ?Which driver is loaded
> for composite device.

Yes, WinCE supports composite USB device drivers. In fact WinCE 6.0 supports
but not its previous versions.

3. Is there any group/community supporting windows Ce driver development
> like OSR ?

Donno. Sorry.

Y

Please let me know your valuable suggestion
> Thanks
>
> — NTDEV is sponsored by OSR For our schedule of WDF, WDM, debugging and
> other seminars visit: http://www.osr.com/seminars To unsubscribe, visit
> the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

Ritesh Singh wrote:

I am fresher on windows ce & started working last month . I have
experience in WDM driver development on Windows XP .Now i have to work
on Windows CE USB device driver.

I have few question .

  1. Is enumeration process of USB device same as on Windows or different ?

What do you mean by this? The USB driver model in CE is radically
different from XP. There is no plug-and-play as we know it, and there
are no INF files.

The CE driver model is actually much simpler. CE drivers can be fun,
because the line between kernel and user is much fuzzier. Fortunately,
there are good samples in Platform Builder.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.