When the eg WinUsb driver gets installed they disable the original HID drivers that usually get preinstalled when a remote receiver is plugged in.
I would like to find out if it is possible to temporarily disable the eventghost winusb driver so that the old one takes over and then later re-enable it again.
I have had a look at EventGhost\eg\Classes\WinUsb.py that appears to handle the driver installation and its interface but I am not able to figure it out.
Hope someone can give me some hints on how that can be done.