-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathesp32-tinyusb.inf
57 lines (45 loc) · 1.22 KB
/
esp32-tinyusb.inf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
; 2022 MDC
[Strings]
DriverPackageDisplayName="ESP32 TinyUSB VCP driver"
ManufacturerName="Microsoft"
ServiceName="Microsoft USB Serial Driver"
esp="ESP32 TinyUSB"
[DefaultInstall]
CopyINF=esp32-tinyusb.inf
[Version]
DriverVer=04/26/2022,1.0.0
Signature=$Windows NT$
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ManufacturerName%
DriverPackageDisplayName=%DriverPackageDisplayName%
PnpLockdown=1
[Manufacturer]
%ManufacturerName%=Models,NTx86,NTamd64,NTarm
[DestinationDirs]
DefaultDestDir=12
FakeModemCopyFileSection=12
[Models.NTx86]
%esp%=DriverInstall, USB\VID_303A&PID_4001&MI_00
[Models.NTamd64]
%esp%=DriverInstall, USB\VID_303A&PID_4001&MI_00
[Models.NTarm]
%esp%=DriverInstall, USB\VID_303A&PID_4001&MI_00
[DriverInstall]
Include=mdmcpq.inf,usb.inf
CopyFiles=FakeModemCopyFileSection
AddReg=DriverAddReg
[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[DriverInstall.Services]
Include=mdmcpq.inf
AddService=usbser,0x2,DriverService
[DriverService]
DisplayName=%ServiceName%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys
LoadOrderGroup=Base