From 3e6389d9b63e9c6ac913adaab45f4c2eb45c83fb Mon Sep 17 00:00:00 2001 From: "Richard Flay (Hyper)" Date: Sun, 2 Jun 2013 18:11:04 +0930 Subject: [PATCH] OP-982: Updates to spacing and Strings in response to review feedback. +review OPReview-493 --- flight/Project/Windows USB/OpenPilot-CDC.inf | 38 ++++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/flight/Project/Windows USB/OpenPilot-CDC.inf b/flight/Project/Windows USB/OpenPilot-CDC.inf index 1edf92ea7..b848fa642 100644 --- a/flight/Project/Windows USB/OpenPilot-CDC.inf +++ b/flight/Project/Windows USB/OpenPilot-CDC.inf @@ -1,27 +1,27 @@ [Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%ProviderName% -DriverVer=10/15/2009,1.0.0.0 +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 +%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 +%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 +%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 +include = mdmcpq.inf +CopyFiles = FakeModemCopyFileSection +AddReg = LowerFilterAddReg,SerialPropPageAddReg [DriverInstall.Services] include = mdmcpq.inf @@ -32,7 +32,7 @@ AddService = usbser, 0x00000002, LowerFilter_Service_Inst HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [Strings] -ProviderName = "CDC Driver" -CopterControl = "OpenPilot CDC Driver" -OPLink = "OpenPilot CDC Driver" -Revolution = "OpenPilot CDC Driver" +ProviderName = "OpenPilot Team" +CopterControl = "CopterControl Virtual Serial Port" +OPLink = "OPLink Virtual Serial Port" +Revolution = "Revolution Virtual Serial Port"