X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FUSBCECAdapterDetection.cpp;fp=src%2Flib%2Fadapter%2FAdapterDetection.cpp;h=0d9f8b3d9c04b19738f560be47d1cb57ae43f95b;hb=7bb4ed43f15a0fa2be17d2c3f580b181ac7430a7;hp=10b07493702f7feb3102141cc4605eb8183e42c6;hpb=996665192725398172263999b88c63663d11db04;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterDetection.cpp b/src/lib/adapter/USBCECAdapterDetection.cpp similarity index 98% rename from src/lib/adapter/AdapterDetection.cpp rename to src/lib/adapter/USBCECAdapterDetection.cpp index 10b0749..0d9f8b3 100644 --- a/src/lib/adapter/AdapterDetection.cpp +++ b/src/lib/adapter/USBCECAdapterDetection.cpp @@ -30,7 +30,7 @@ * http://www.pulse-eight.net/ */ -#include "AdapterDetection.h" +#include "USBCECAdapterDetection.h" #include "../platform/util/StdString.h" #if defined(__APPLE__) @@ -112,7 +112,7 @@ bool FindComPort(CStdString &strLocation) } #endif -uint8_t CAdapterDetection::FindAdapters(cec_adapter *deviceList, uint8_t iBufSize, const char *strDevicePath /* = NULL */) +uint8_t CUSBCECAdapterDetection::FindAdapters(cec_adapter *deviceList, uint8_t iBufSize, const char *strDevicePath /* = NULL */) { uint8_t iFound(0);