Explorar o código

Try to fix problems with opening the CEC adapter

This is not really documented, but it seems like we need to use ComName
instead of ComPort to Open()
Tobias Hieta %!s(int64=9) %!d(string=hai) anos
pai
achega
4303b24057
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/input/InputCEC.cpp

+ 1 - 1
src/input/InputCEC.cpp

@@ -150,7 +150,7 @@ bool InputCECWorker::openAdapter()
     QLOG_INFO() << "libCEC found" << devicesCount << "CEC adapters.";
 
     // open first adapter
-    m_adapterPort = devices[0].strComPath;
+    m_adapterPort = devices[0].strComName;
     if (m_adapter->Open(m_adapterPort.toStdString().c_str()))
     {
       QLOG_INFO() << "Device " << devices[0].strComName << "was successfully openned";