From: Tim Roberts on
JWH <JWH(a)discussions.microsoft.com> wrote:
>
>We have created our own class. The inf file is below.
>We did follow the instructions provided in the winusb_howto.docx cookbook.
>
>FYI: We pass all WHQL tests except for this one test with the 3 errors.

You did say that you are NOT a UMDF driver, right? If that's right, then
you should remove all the UMDF lines:

>[USB_Install.Wdf]
>KmdfService=WINUSB, WinUsb_Install
>UmdfServiceOrder=WINUSB

....that one...

>[CoInstallers_AddReg]
>HKR,,CoInstallers32,0x00010000,"WinUSBCoInstaller2.dll","WUDFUpdate_01009.dll","WdfCoInstaller01009.dll,WdfCoInstaller"

....and WUDFUpdate from that one...

>[CoInstallers_CopyFiles]
>WinUSBCoInstaller2.dll
>WdfCoInstaller01009.dll
>WUDFUpdate_01009.dll

....and that line...

>[SourceDisksFiles.x86]
>WinUSBCoInstaller2.dll=1
>WdfCoInstaller01009.dll=1
>WUDFUpdate_01009.dll=1

....and that line.
--
Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc.