Skip to content

Commit 669424f

Browse files
committed
Update drivers
Former-commit-id: 72210fc
1 parent 3d264f1 commit 669424f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

drivers/renesas.cat

211 Bytes
Binary file not shown.

drivers/renesas.inf

+6
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ ClassName="Universal Serial Bus devices"
99
REG_MULTI_SZ = 0x00010000
1010
DeviceNameSantiago = "Santiago Firmware Upgrade"
1111
DeviceNamePortenta = "Portenta H33 Firmware Upgrade"
12+
DeviceNameScience = "Science Kit r3 Firmware Upgrade"
1213
DeviceNameSantiagoDFU = "Santiago (Upgrade)"
1314
DeviceNamePortentaDFU = "Portenta H33 (Upgrade)"
15+
DeviceNameScienceDFU = "Science Kit r3 (Upgrade)"
1416
VendorName = "Arduino"
1517
SourceName = "Arduino Renesas Firmware Upgrade Install Disk"
1618
DeviceIDSantiago = "VID_2341&PID_0069&Rev_0100&MI_02"
1719
DeviceIDPortenta = "VID_2341&PID_0068&Rev_0100&MI_02"
20+
DeviceIDScience = "VID_2341&PID_006C&Rev_0100&MI_02"
1821
DeviceIDSantiagoDFU= "VID_2341&PID_0369&Rev_0100"
1922
DeviceIDPortentaDFU= "VID_2341&PID_0368&Rev_0100"
23+
DeviceIDScienceDFU = "VID_2341&PID_016C&Rev_0100"
2024

2125
[Version]
2226
Signature = "$Windows NT$"
@@ -36,6 +40,8 @@ DriverVer = 03/03/2020,10.48.00.000
3640
%DeviceNameSantiagoDFU% =USB_Install, USB\%DeviceIDSantiagoDFU%
3741
%DeviceNamePortenta% =USB_Install, USB\%DeviceIDPortenta%
3842
%DeviceNamePortentaDFU% =USB_Install, USB\%DeviceIDPortentaDFU%
43+
%DeviceNameScience% =USB_Install, USB\%DeviceIDScience%
44+
%DeviceNameScienceDFU% =USB_Install, USB\%DeviceIDScienceDFU%
3945

4046
; ========== Class definition ===========
4147

0 commit comments

Comments
 (0)