Skip to content

Commit 285ca1b

Browse files
committed
fix webusb nullinstall and re-sign
1 parent 0fd0659 commit 285ca1b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed
Binary file not shown.

drivers/prewin10/adafruit_circuit_playground_express.inf

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ StartType=3
4646
ErrorControl=1
4747
ServiceBinary=%12%\%DRIVERFILENAME%.sys
4848

49+
[NullInstall.nt]
50+
; nothing to do for a null driver
51+
52+
[NullInstall.nt.Services]
53+
; null driver has no service and no service name
54+
AddService=, 0x00000002
55+
56+
4957
;------------------------------------------------------------------------------
5058
; Vista-64bit Sections
5159
;------------------------------------------------------------------------------
@@ -73,6 +81,13 @@ StartType=3
7381
ErrorControl=1
7482
ServiceBinary=%12%\%DRIVERFILENAME%.sys
7583

84+
[NullInstall.NTamd64]
85+
; nothing to do for a null driver
86+
87+
[NullInstall.NTamd64.Services]
88+
; null driver has no service and no service name
89+
AddService=, 0x00000002
90+
7691

7792
;------------------------------------------------------------------------------
7893
; Vendor and Product ID Definitions
@@ -87,14 +102,14 @@ ServiceBinary=%12%\%DRIVERFILENAME%.sys
87102
[SourceDisksNames]
88103
[DeviceList]
89104
"%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
105+
"%DESCRIPTION% UF2 WebUSB dummy (0018:04) BSP"=NullInstall, USB\VID_239A&PID_0018&MI_04
91106
"%DESCRIPTION% (0019:00) BSP"=DriverInstall, USB\VID_239A&PID_0019&MI_00
92107
"%DESCRIPTION% Arduino (8018:00) BSP"=DriverInstall, USB\VID_239A&PID_8018&MI_00
93108
"%DESCRIPTION% CircuitPython (8019:00) BSP"=DriverInstall, USB\VID_239A&PID_8019&MI_00
94109

95110
[DeviceList.NTamd64]
96111
"%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
112+
"%DESCRIPTION% UF2 WebUSB dummy (0018:04) BSP"=NullInstall, USB\VID_239A&PID_0018&MI_04
98113
"%DESCRIPTION% (0019:00) BSP"=DriverInstall, USB\VID_239A&PID_0019&MI_00
99114
"%DESCRIPTION% Arduino (8018:00) BSP"=DriverInstall, USB\VID_239A&PID_8018&MI_00
100115
"%DESCRIPTION% CircuitPython (8019:00) BSP"=DriverInstall, USB\VID_239A&PID_8019&MI_00

0 commit comments

Comments
 (0)