From 6c0efc6ebef43c0cb262c8701a4b0a4ebc2dcf5e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 17 Jul 2021 20:19:53 +0200 Subject: [PATCH] lcd4l: deactivate 2799c259fb64d553754df2f4821a66f0e2b66791 needs some fixes Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/22ac331b9c777ef5e000811cdce1ce85a3ce1bf7 Author: vanhofen Date: 2021-07-17 (Sat, 17 Jul 2021) Origin message was: ------------------ - lcd4l: deactivate 2799c259fb64d553754df2f4821a66f0e2b66791 needs some fixes ------------------ This commit was generated by Migit --- src/driver/lcd4l.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index 7be63e182..4a2d3a2b1 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -643,6 +643,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun) /* ----------------------------------------------------------------- */ +#if 0 std::string ModeCamd = ""; const char *camd[] = {"mgcamd","doscam","ncam","osmod","oscam","cccam","gbox"}; @@ -661,6 +662,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun) WriteFile(MODE_CAMD, ModeCamd.empty() ? "off" : ModeCamd); m_ModeCamd = ModeCamd; } +#endif /* ----------------------------------------------------------------- */