Thanks for the detailed reply Tim,
I am a beginner in windows driver development, please excuse if my
questions sounds silly,
Does your driver have an INF and a CAT file?
I have a INF file,
[Version]
Signature=“$CHICAGO$”
Class=HIDClass
CatalogFile=kmdfsamples.cat
Unless it is a plug-and-play device, there is no point in submitting for
WHQL
It is a virtual driver, and it will be in the system all time, I use devcon
to remove or just go to driver manager and click on uninstall.
So, Only KMCS signature is OK for me?
I have another questions about WDK, I have read many questions on this forum
and to my understanding let put it down here,
Can we use WDK samples to develop the driver?
As per my understanding, we can use the sample code to develop the driver,
as long we ship only binaries and object to customer and NOT THE SOURCE
CODE,
As the licensing terms can be interpreted in many ways, I got confused.
I would really appreciate if you can provide some tips based on your
experience,
Thank you so much for help and support,
Thanks,
On Mon, Aug 8, 2011 at 6:56 PM, Tim Roberts wrote:
> xxxxx@gmail.com wrote:
> > I have developed virtual driver for Windows 7,
> > Can you please provide me some hints on how to get it windows certified?
> > As I dont have physical hardware, I need to get certified only for
> software only driver,
>
> Not sure what you mean by “Windows certified”. Does your driver have an
> INF and a CAT file? How is it installed? Unless it is a plug-and-play
> device, there is no point in submitting for WHQL, because the
> install-time signature check will not apply. Indeed, I’m not sure there
> is even a WAY to submit a non-PnP driver to WHQL. All you need is the
> KMCS signature, which you have already described.
>
> –
> Tim Roberts, xxxxx@probo.com
> Providenza & Boekelheide, Inc.
>
>
> —
> 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
>