


To see if other tools can manage the problem I tried zadic, but the result is the same. The used class in the inf file is updated to "USBDevice" the co-installer files are taken from the up to date WDK, version 1.19 should fully support windows 10 v1607. I'd like to check the function of a driver first before signing it, therefore I disabled secure boot in the bios and started windows 10 with disabled driver sign check. replacing the usbccgp requires kmdf starting with windows 10 this means that there is a EV-signed driver required. windows 7, but I run into problems using windows10 (error 10, device did not start), marked with the yellow triangle. The inf installation (usbccgp replacement because of composite device) works without problems on e.g. There is no appropriate descriptor entry (MS_COMP_WINUSB), therefore an inf file is needed. I run into problems with a WinUSB compatible USB-Composite-Device ( (v=vs.85).aspx#inf). Subject: Windows 10 WinUSB Composite device driver problem To: Windows System Software Devs Interest List

You should use devcon update to apply the driver to an existing device.įrom: ] On Behalf Of Matthias Bußjäger This would create a root enumerated device. I would guess you installed the driver using devcon install. #define STATUS_NO_SUCH_DEVICE ((NTSTATUS)0xC000000EL) The NTSTATUS code tells you something interesting It means winusb was successfully deployed to the device node and the driver was loaded. was configured (oem16.inf)Ģ.) Device not started (WINUSB), Problem Status: 0xC000000EĬan someone give me a hint what might be the problem?ĭid I miss something for windows 10, or is this case not supported yet?Ĭode 10 means the driver failed to start. Solve the problem that the device cannot be used after the driver wasġ.) Device. I also tried lots of adaptions in the inf file, but none of them did I used chkinf to see if the inf-file is OK (0 warnings, 0 errors) andĬreated a cat file with inf2cat to avoid problems due to a missing cat file. To see if other tools can manage the problem I tried zadic, but the The used class in the inf file is updated to "/USBDevice"/ the co-installer files are taken from the up to date WDK, versionġ.19 should fully support windows 10 v1607. Secure boot in the bios and started windows 10 with disabled driver sign I'd like to check theįunction of a driver first before signing it, therefore I disabled

Means that there is a EV-signed driver required. replacing the usbccgp requires kmdf starting with windows 10 this I figured out the following differences to windows versions < windows 10: So the problem is to get the differences required by windows10. Windows10 (error 10, device did not start), marked with the yellow triangle. The inf installation (usbccgp replacement because of composite device) There is no appropriate descriptor entry (MS_COMP_WINUSB), therefore an I run into problems with a WinUSB compatible USB-Composite-Device
