When I plug an NUC980 into my computer using USB, no drivers are installed. I noticed you're using WinUSB, so I used Zadig to force-install a WinUSB driver. I modified NucWinUsb.h to use the new Interface GUID, but unfortunately, many other devices on my system use this Interface GUID, which causes the program to malfunction (since it relies on Interface GUIDs instead of VID/PID sniffing).
I assume there's a proper INF driver floating around that uses the correct Interface GUID? Where can I find this?
When I plug an NUC980 into my computer using USB, no drivers are installed. I noticed you're using WinUSB, so I used Zadig to force-install a WinUSB driver. I modified NucWinUsb.h to use the new Interface GUID, but unfortunately, many other devices on my system use this Interface GUID, which causes the program to malfunction (since it relies on Interface GUIDs instead of VID/PID sniffing).
I assume there's a proper INF driver floating around that uses the correct Interface GUID? Where can I find this?