Skip to content

Commit

Permalink
Use libusbk driver for DFU instead of libusb-win32
Browse files Browse the repository at this point in the history
  • Loading branch information
benlye committed May 27, 2020
1 parent d32e78a commit ed44a5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tools/drivers/install_drivers.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off

echo Installing Maple DFU driver...
"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0003 --type 1 --name "Maple DFU" --dest "%~dp0maple-dfu" -b
echo Installing MULTI-Module DFU Bootloader Driver...
"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0003 --type 2 --name "MULTI-Module DFU Bootloader" --dest "%~dp0MULTI-DFU-Bootloader" -b
echo.

echo Installing Maple Serial driver...
"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0004 --type 3 --name "Maple Serial" --dest "%~dp0maple-serial" -b
echo Installing MULTI-Module USB Serial Driver...
"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0004 --type 3 --name "MULTI-Module USB Serial" --dest "%~dp0MULTI-USB-Serial" -b
echo.
Binary file modified src/tools/drivers/wdi-simple.exe
Binary file not shown.

0 comments on commit ed44a5e

Please sign in to comment.