I am trying to use OpenOCD on Windows 8 with x64 architecture. I installed WinUSB driver via Zadig. I tried to run OpenOCD with administrator privileges, and also I disabled Windows 8 driver signature enforcement during WinUSB installation. Whenever I attempted to run the program, libusb_open returns LIBUSB_ERROR_NOT_SUPPORTED (-12).
How can I run libusb-1.0 on Windows 8 properly?
P.S.: Incidentally I also tried same configuration with Windows 7 x64, and OpenOCD just works fine.