Skip to content

Commit 2e575db

Browse files
committed
changed PID values for Leonardo bootloader and sketch
done to avoid driver problems for users who installed the pre-release bootloader and driver
1 parent 573d08c commit 2e575db

File tree

6 files changed

+150
-146
lines changed

6 files changed

+150
-146
lines changed

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

Lines changed: 4 additions & 4 deletions
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_0034
90-
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_8034&MI_00
89+
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0036
90+
%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_8036&MI_00
9191

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

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

hardware/arduino/boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ leonardo.bootloader.lock_bits=0x2F
161161
leonardo.build.mcu=atmega32u4
162162
leonardo.build.f_cpu=16000000L
163163
leonardo.build.vid=0x2341
164-
leonardo.build.pid=0x8034
164+
leonardo.build.pid=0x8036
165165
leonardo.build.core=arduino
166166
leonardo.build.variant=leonardo
167167

0 commit comments

Comments
 (0)