mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
Merge remote-tracking branch 'origin/hyper/OP-982_fixes-to-Windows-CDC-inf' into next
This commit is contained in:
commit
f4bd5befa0
@ -11,10 +11,12 @@ DriverVer=10/15/2009,1.0.0.0
|
||||
[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
|
||||
@ -30,6 +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"
|
||||
ProviderName = "OpenPilot"
|
||||
CopterControl = "CopterControl Virtual COM Port"
|
||||
OPLink = "OPLink Virtual COM Port"
|
||||
Revolution = "Revolution Virtual COM Port"
|
||||
|
Loading…
x
Reference in New Issue
Block a user