1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-21 11:54:15 +01:00

OP-982: Adds Revolution related entries to OpenPilot-CDC.inf for Windows.

+review OPReview
This commit is contained in:
Richard Flay (Hyper) 2013-06-02 08:44:54 +09:30
parent 166baaeaf2
commit 35b580a34e

View File

@ -11,10 +11,12 @@ DriverVer=10/15/2009,1.0.0.0
[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
[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
[DriverInstall] [DriverInstall]
include=mdmcpq.inf include=mdmcpq.inf
@ -33,3 +35,4 @@ HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
ProviderName = "CDC Driver" ProviderName = "CDC Driver"
CopterControl = "OpenPilot CDC Driver" CopterControl = "OpenPilot CDC Driver"
OPLink = "OpenPilot CDC Driver" OPLink = "OpenPilot CDC Driver"
Revolution = "OpenPilot CDC Driver"