OpenNuvoton / NUC970_NuWriter

NUC970/N9H30 NuWriter PC tool and firmware source code
18 stars 22 forks source link

Driver INF location? #3

Closed jaydcarlson closed 5 years ago

jaydcarlson commented 5 years ago

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?