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.
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.
–
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 >