From ddbda099de53712c09315291d96b6d9db2ac1bbc Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Tue, 14 Feb 2012 02:04:59 +0100 Subject: [PATCH] cec-config: always set the hdmi port number and device, or v1.4- clients won't work properly --- src/cec-config/cec-config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cec-config/cec-config.cpp b/src/cec-config/cec-config.cpp index 3fc7af3..ceef2d9 100644 --- a/src/cec-config/cec-config.cpp +++ b/src/cec-config/cec-config.cpp @@ -446,8 +446,8 @@ int main (int UNUSED(argc), char *UNUSED(argv[])) { configOutput << "\n" << - "\t\n" << - "\t\n" << + "\t\n" << + "\t\n" << "\t\n" << "\t\n" << "\t\n" << -- 2.34.1