dfu_java/windows_driver
rusefi edee9ab9af more on Windows 10 2020-07-05 20:52:14 -04:00
..
amd64 windows driver 2020-06-27 00:26:45 -04:00
x86 windows driver 2020-06-27 00:26:45 -04:00
README.txt more on Windows 10 2020-07-05 20:52:14 -04:00
libusb_device.inf windows driver 2020-06-27 00:26:45 -04:00
libusb_device_multiple_interfaces_0.inf windows driver 2020-06-27 00:26:45 -04:00
libusb_device_multiple_interfaces_1.inf windows driver 2020-06-27 00:26:45 -04:00

README.txt

Windows 10:

1) to allow unsigned driver:
cmd
Run As Administrator
bcdedit /set nointegritychecks off
reboot
install driver
bcdedit /set nointegritychecks on

2) to override default driver:
Device manager,
right-click on the existing entry,
Update driver,
Browse my computer ...,
Let me pick ...,
Have disk,
Browse to the driver's folder,
Select its inf file,
Open,
OK,
select the correct hardware from the list if there are multiple entries shown,
Next,
then it will install even if it older or less suitable.



libusb 1.0 (WinUSB) Windows USB driver for 32 and 64 bit platforms.

This directory contains the necessary files to install a USB device as a WinUSB
device for use with libusb 1.0 on Windows (through the WinUSB API).

Before you can install the driver, you need to edit the .inf files and change the
values according to your device properties. Two set of .inf files are provided:
- libusb_device.inf for non composite devices (no MI_## part in the hardware ID)
- libusb_device_multiple_interfaces_0.inf & libusb_device_multiple_interfaces_1.inf
  as an example of a two interface composite device (MI_00 + MI_01 in hardware ID)

See the .inf files for more information.