I'm hacking on a virtual HID driver, and for some reason, I'm unable to disable and unable to uninstall the driver in Device Manager.
devcon.exe remove also throws an error. Removing the device in Game Controllers dialog in Control Panel tells me to go to Device Manager to remove the device.
Any idea what may be causing this to happen? What might cause Windows to think it's unable to remove the driver?
Small update.
Putting the computer to standby allowed me to remove the device.
Removing parts of HID report descriptor (such as the multitouch report, mouse report and keyboard report, neither of which I used) has also fixed the issue.
However, I'd like to understand what exactly went wrong. What has locked down the driver so it cannot be uninstalled?