Thanks for your kindly help.
It is wrong to use class GUID in INF file to detect device. Device can be detected correctly
by HW GUID in [USB_Install.HW] section of INF file.
another question:
I am trying to use KMDF version 1.11 to install bulk driver. but failed.
I refer this link:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff540283(v=vs.85).aspx .
but after change [SourceDisksFiles.x86] section
from:WinUSBCoInstaller2.dll=1
WdfCoInstaller01011.dll=1
to:WinUSBCoInstaller.dll=1
WdfCoInstaller01005.dll=1
the driver can be installed correctly. I am confused about this. I attached INF file. because upload file limitation, the other two files(WdfCoInstaller01011.dll and winusbcoinstaller2.dll) can not be uploaded. the two dll comes form WDDK 8.
[attachment deleted by admin]