Skip to content

Commit 1d0a5bf

Browse files
committed
updated Windows driver to use final Leonardo VID and PID values
1 parent d3a8e45 commit 1d0a5bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/windows/dist/drivers/Arduino Leonardo.inf

+4-4
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ ServiceBinary=%12%\%DRIVERFILENAME%.sys
8686
[SourceDisksFiles]
8787
[SourceDisksNames]
8888
[DeviceList]
89-
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0701
90-
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0801&MI_00
89+
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0034
90+
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_8034&MI_00
9191

9292
[DeviceList.NTamd64]
93-
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0701
94-
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0801&MI_00
93+
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0034
94+
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_8034&MI_00
9595

9696
;------------------------------------------------------------------------------
9797
; String Definitions

0 commit comments

Comments
 (0)