renamed CuBox and NXP* to TDA995x
[deb_libcec.git] / src / lib / adapter / TDA995x / TDA995xCECAdapterDetection.cpp
similarity index 94%
rename from src/lib/adapter/CuBox/NxpCECAdapterDetection.cpp
rename to src/lib/adapter/TDA995x/TDA995xCECAdapterDetection.cpp
index b4b7495a908f8efecc55a961032b934d313a8def..a355f78b99d4d558b040bb9a2c144976c5eab89c 100644 (file)
@@ -34,7 +34,7 @@
 #include <stdio.h>
 
 #if defined(HAVE_TDA995X_API)
-#include "NxpCECAdapterDetection.h"
+#include "TDA995xCECAdapterDetection.h"
 
 extern "C" {
 #define __cec_h__
@@ -44,7 +44,7 @@ extern "C" {
 
 using namespace CEC;
 
-bool CNxpCECAdapterDetection::FindAdapter(void)
+bool CTDA995xCECAdapterDetection::FindAdapter(void)
 {
   return access(CEC_TDA995x_PATH, 0) == 0;
 }