Hardware Id

Hi,

We’ve developed a virtual printer driver which is not connected to any device. As part of driver signing we had to run the chkinf test. This one failed with error “No value for hw-id”. Can somebody tell me what should be the bus enumerator for non-PnP devices?

Regards,
Siva


Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Hmmmm…

That would be a “root enumerated” device. You can use any unique string you want (as the hardware ID) and ROOT as the enumerator. So:

root\MyHardware1

Would be a valid, root-enumerated, hardware ID.

HTH,

Peter
OSR