WDM driver to pass Vista WHQL?

I have a WDM driver which currently works fine (for now) under Windows Vista. Is it possible to pass Vista WHQL DTM and be signed without having to be ported to WDF first? In other words, can Vista WHQL qualify a WDM driver, or it has to be a WDF driver?
The goal is to have a Vista certified driver, it’s not that important for us whether it’s WDM or WDF driver.

Thanks,
Charles

It is not required to be WDF driver to pass WHQL DTM on Vista. You can use your WDM one.

There is no requirement for your driver to use the WDF in order to be Vista
certified.

Thomas F. Divine

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-275832-
xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Wednesday, January 17, 2007 12:44 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] WDM driver to pass Vista WHQL?

I have a WDM driver which currently works fine (for now) under Windows
Vista. Is it possible to pass Vista WHQL DTM and be signed without having
to be ported to WDF first? In other words, can Vista WHQL qualify a WDM
driver, or it has to be a WDF driver?
The goal is to have a Vista certified driver, it’s not that important for
us whether it’s WDM or WDF driver.

Thanks,
Charles


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

For the most part you don’t have to worry, but for some classes of devices
you are required to be WDF. In particular:

SDIO
Keyboard
Mouse

The above classes are specified in
http://www.microsoft.com/whdc/winlogo/hwrequirements.mspx.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply

wrote in message news:xxxxx@ntdev…
>I have a WDM driver which currently works fine (for now) under Windows
>Vista. Is it possible to pass Vista WHQL DTM and be signed without having
>to be ported to WDF first? In other words, can Vista WHQL qualify a WDM
>driver, or it has to be a WDF driver?
> The goal is to have a Vista certified driver, it’s not that important for
> us whether it’s WDM or WDF driver.
>
> Thanks,
> Charles
>

Don Burn wrote:

For the most part you don’t have to worry, but for some classes of devices
you are required to be WDF. In particular:

SDIO
Keyboard
Mouse

Doron also said on device.drivers the other day that KMDF was required for a modem logo, but not signature only.