forked from chipKIT32/pic32-Arduino-USB-Bootloader-original
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Stk500v2.inf
35 lines (27 loc) · 831 Bytes
/
Stk500v2.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
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ProviderName%
DriverVer=10/15/2009,1.0.0.0
[MANUFACTURER]
%ProviderName%=DeviceList, NTx86, NTamd64
[DeviceList.NTx86]
%Stk500v2%=DriverInstall,USB\VID_0403&PID_A662
[DeviceList.NTamd64]
%Stk500v2%=DriverInstall,USB\VID_0403&PID_A662
[DefaultInstall]
CopyInf=Stk500v2.inf
[DriverInstall]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=LowerFilterAddReg,SerialPropPageAddReg
[DriverInstall.Services]
include = mdmcpq.inf
AddService = usbser, 0x00000002, LowerFilter_Service_Inst
; This adds the serial port property tab to the device properties dialog
[SerialPropPageAddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[Strings]
ProviderName = "www.cpustick.com"
Stk500v2 = "Stk500v2"