mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
OP-982: Updates to spacing and Strings in response to review feedback.
+review OPReview-493
This commit is contained in:
parent
35b580a34e
commit
3e6389d9b6
@ -1,27 +1,27 @@
|
|||||||
[Version]
|
[Version]
|
||||||
Signature="$Windows NT$"
|
Signature = "$Windows NT$"
|
||||||
Class=Ports
|
Class = Ports
|
||||||
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318}
|
||||||
Provider=%ProviderName%
|
Provider = %ProviderName%
|
||||||
DriverVer=10/15/2009,1.0.0.0
|
DriverVer = 10/15/2009,1.0.0.0
|
||||||
|
|
||||||
[MANUFACTURER]
|
[MANUFACTURER]
|
||||||
%ProviderName%=DeviceList, NTx86, NTamd64
|
%ProviderName% = DeviceList, NTx86, NTamd64
|
||||||
|
|
||||||
[DeviceList.NTx86]
|
[DeviceList.NTx86]
|
||||||
%CopterControl%= DriverInstall,USB\VID_20A0&PID_415b&MI_00
|
%CopterControl% = DriverInstall,USB\VID_20A0&PID_415b&MI_00
|
||||||
%OPLink%= DriverInstall,USB\VID_20A0&PID_415c&MI_00
|
%OPLink% = DriverInstall,USB\VID_20A0&PID_415c&MI_00
|
||||||
%Revolution%= DriverInstall,USB\VID_20A0&PID_415e&MI_00
|
%Revolution% = DriverInstall,USB\VID_20A0&PID_415e&MI_00
|
||||||
|
|
||||||
[DeviceList.NTamd64]
|
[DeviceList.NTamd64]
|
||||||
%CopterControl%= DriverInstall,USB\VID_20A0&PID_415b&MI_00
|
%CopterControl% = DriverInstall,USB\VID_20A0&PID_415b&MI_00
|
||||||
%OPLink%= DriverInstall,USB\VID_20A0&PID_415c&MI_00
|
%OPLink% = DriverInstall,USB\VID_20A0&PID_415c&MI_00
|
||||||
%Revolution%= DriverInstall,USB\VID_20A0&PID_415e&MI_00
|
%Revolution% = DriverInstall,USB\VID_20A0&PID_415e&MI_00
|
||||||
|
|
||||||
[DriverInstall]
|
[DriverInstall]
|
||||||
include=mdmcpq.inf
|
include = mdmcpq.inf
|
||||||
CopyFiles=FakeModemCopyFileSection
|
CopyFiles = FakeModemCopyFileSection
|
||||||
AddReg=LowerFilterAddReg,SerialPropPageAddReg
|
AddReg = LowerFilterAddReg,SerialPropPageAddReg
|
||||||
|
|
||||||
[DriverInstall.Services]
|
[DriverInstall.Services]
|
||||||
include = mdmcpq.inf
|
include = mdmcpq.inf
|
||||||
@ -32,7 +32,7 @@ AddService = usbser, 0x00000002, LowerFilter_Service_Inst
|
|||||||
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
||||||
|
|
||||||
[Strings]
|
[Strings]
|
||||||
ProviderName = "CDC Driver"
|
ProviderName = "OpenPilot Team"
|
||||||
CopterControl = "OpenPilot CDC Driver"
|
CopterControl = "CopterControl Virtual Serial Port"
|
||||||
OPLink = "OpenPilot CDC Driver"
|
OPLink = "OPLink Virtual Serial Port"
|
||||||
Revolution = "OpenPilot CDC Driver"
|
Revolution = "Revolution Virtual Serial Port"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user