Enumerating 3rd Party drivers...

Hi All,

I have my own device which sits on PCI bus. I have assigned some known Device ID and Vendor IDs for it.

For some reason, I want to validate my device with 3rd party drivers. These drivers are said to be perfect in terms of operation so I want them to run on my device and see the output.

While doing so I am not able to enumerate my device for those 3rd party drivers; whereas I can only install my drivers with my INF, since DID and VID matches.

How can I enumerate these 3rd party drivers on my device?

Please help on this issue,

Thanks in advance,
Polk J.

Take their inf files and modify them to add your hardware ids. The result
will be unsigned but as this is only some test you are engaged in, and not
intended to be a released product, that should not be a problem.

On Jan 8, 2008 11:32 PM, wrote:

> Hi All,
>
> I have my own device which sits on PCI bus. I have assigned some known
> Device ID and Vendor IDs for it.
>
> For some reason, I want to validate my device with 3rd party drivers.
> These drivers are said to be perfect in terms of operation so I want them to
> run on my device and see the output.
>
> While doing so I am not able to enumerate my device for those 3rd party
> drivers; whereas I can only install my drivers with my INF, since DID and
> VID matches.
>
> How can I enumerate these 3rd party drivers on my device?
>
> Please help on this issue,
>
> Thanks in advance,
> Polk J.
>
> —
> 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
>


Mark Roddy