WHQL multiple PIDs

I saw this thread:

http://www.osronline.com/showthread.cfm?link=179316

But noted that there was never really a resolution on the question regarding many PIDs.

I have a single INF file for a few different devices that all use the basic WinUSB coinstaller. They’re all able to pass, but testing takes a long, long time on each OS, because the stress tests take several hours.

Can anyone say definitively whether or not it’s ok to run DTM for a single device PID when multiple PIDs are contained in the INF?

Thanks.

I just saw this:

http://social.msdn.microsoft.com/Forums/en-SG/wdk/thread/ee985ba3-c9cd-41ab-9fc1-843c7668da74

So I guess I can safely assume testing one PID will be enough to certify the driver package?

No. At least not safely. Maybe if you sign as unclassified device.

Michal

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-458622-
xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Saturday, June 11, 2011 1:44 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] WHQL multiple PIDs

I just saw this:

http://social.msdn.microsoft.com/Forums/en-SG/wdk/thread/ee985ba3-
c9cd-41ab-9fc1-843c7668da74

So I guess I can safely assume testing one PID will be enough to certify the
driver package?


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

NOTE: The information in this message is intended for the personal and confidential use of the designated recipient(s) named above. To the extent the recipient(s) is/are bound by a non-disclosure agreement, or other agreement that contains an obligation of confidentiality, with AuthenTec, then this message and/or any attachments shall be considered confidential information and subject to the confidentiality terms of that agreement. If the reader of this message is not the intended recipient named above, you are notified that you have received this document in error, and any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this document in error, please delete the original message and notify the sender immediately.
Thank You!
AuthenTec, Inc. http://www.authentec.com/

xxxxx@gmail.com wrote:

I saw this thread:
http://www.osronline.com/showthread.cfm?link=179316

But noted that there was never really a resolution on the question regarding many PIDs.

I have a single INF file for a few different devices that all use the basic WinUSB coinstaller. They’re all able to pass, but testing takes a long, long time on each OS, because the stress tests take several hours.

Can anyone say definitively whether or not it’s ok to run DTM for a single device PID when multiple PIDs are contained in the INF?

That depends on your definition of “OK”. For unclassified submissions,
WHQL and DTM are interested in the testing of your driver package, not
your hardware. To do that, it only needs to run with one device. You
can get your driver package signed using the results from one device.

As a manufacturer, of course, I want to make sure my driver package
works everywhere. So, I might run the DTM tests for all of the devices
as a Q/A step, but WHQL doesn’t care about that.

The situation is a little different if you are going for the Windows
logo. In that case, you may be contractually obligated to use the logo
only on devices for which you have submitted DTM logs.


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

It’s an unclassified USB device. We aren’t doing Windows logo. In fact, there aren’t even any custom binaries. It’s just a WinUSB co-installer driver.