Skip to content

Commit e7ebbdf

Browse files
dhalbertcmaglie
authored andcommitted
CPX fixes: add &MI_00 to all devices so CPLAYBOOT is not hidden on Windows 10
1 parent 906dbd9 commit e7ebbdf

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
6.99 KB
Binary file not shown.

drivers/Adafruit_Circuit_Playground_Express.inf renamed to drivers/adafruit_circuit_playground_express.inf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
1010
Provider=%MFGNAME%
1111
LayoutFile=layout.inf
1212
CatalogFile=%MFGFILENAME%.cat
13-
DriverVer=11/15/2007,5.1.2600.0
13+
DriverVer=07/29/2018,10.0.0.0
1414

1515
[Manufacturer]
1616
%MFGNAME%=DeviceList, NTamd64
@@ -86,26 +86,26 @@ ServiceBinary=%12%\%DRIVERFILENAME%.sys
8686
[SourceDisksFiles]
8787
[SourceDisksNames]
8888
[DeviceList]
89-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_0018
90-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_0019
91-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_0019&MI_00
92-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_8018&MI_00
93-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_8019&MI_00
89+
"%DESCRIPTION% UF2 Bootloader (0018:00) BSP"=DriverInstall, USB\VID_239A&PID_0018&MI_00
90+
"%DESCRIPTION% UF2 WebUSB dummy (0018:04) BSP"=DriverInstall, USB\VID_239A&PID_0018&MI_00
91+
"%DESCRIPTION% (0019:00) BSP"=DriverInstall, USB\VID_239A&PID_0019&MI_00
92+
"%DESCRIPTION% Arduino (8018:00) BSP"=DriverInstall, USB\VID_239A&PID_8018&MI_00
93+
"%DESCRIPTION% CircuitPython (8019:00) BSP"=DriverInstall, USB\VID_239A&PID_8019&MI_00
9494

9595
[DeviceList.NTamd64]
96-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_0018
97-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_0019
98-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_0019&MI_00
99-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_8018&MI_00
100-
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_8019&MI_00
96+
"%DESCRIPTION% UF2 Bootloader (0018:00) BSP"=DriverInstall, USB\VID_239A&PID_0018&MI_00
97+
"%DESCRIPTION% UF2 WebUSB dummy (0018:04) BSP"=DriverInstall, USB\VID_239A&PID_0018&MI_00
98+
"%DESCRIPTION% (0019:00) BSP"=DriverInstall, USB\VID_239A&PID_0019&MI_00
99+
"%DESCRIPTION% Arduino (8018:00) BSP"=DriverInstall, USB\VID_239A&PID_8018&MI_00
100+
"%DESCRIPTION% CircuitPython (8019:00) BSP"=DriverInstall, USB\VID_239A&PID_8019&MI_00
101101

102102
;------------------------------------------------------------------------------
103103
; String Definitions
104104
;------------------------------------------------------------------------------
105105
;Modify these strings to customize your device
106106
;------------------------------------------------------------------------------
107107
[Strings]
108-
MFGFILENAME="CDC_vista"
108+
MFGFILENAME="Adafruit_Circuit_Playground_Express"
109109
DRIVERFILENAME ="usbser"
110110
MFGNAME="Adafruit Industries LLC"
111111
INSTDISK="Circuit Playground Express Driver Installer"

drivers/cdc_vista.cat

-17.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)