mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
3e6389d9b6
+review OPReview-493
39 lines
1.2 KiB
INI
39 lines
1.2 KiB
INI
[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]
|
|
%CopterControl% = DriverInstall,USB\VID_20A0&PID_415b&MI_00
|
|
%OPLink% = DriverInstall,USB\VID_20A0&PID_415c&MI_00
|
|
%Revolution% = DriverInstall,USB\VID_20A0&PID_415e&MI_00
|
|
|
|
[DeviceList.NTamd64]
|
|
%CopterControl% = DriverInstall,USB\VID_20A0&PID_415b&MI_00
|
|
%OPLink% = DriverInstall,USB\VID_20A0&PID_415c&MI_00
|
|
%Revolution% = DriverInstall,USB\VID_20A0&PID_415e&MI_00
|
|
|
|
[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 = "OpenPilot Team"
|
|
CopterControl = "CopterControl Virtual Serial Port"
|
|
OPLink = "OPLink Virtual Serial Port"
|
|
Revolution = "Revolution Virtual Serial Port"
|