From 36ee725378e9d1513aabc331a784285f8739985b Mon Sep 17 00:00:00 2001 From: "Chang.H.S" Date: Tue, 26 Jun 2012 10:02:18 +0900 Subject: [PATCH] HDMI-CEC : 'hdmicec plugin' is disabled for default. --- lib/python/Plugins/SystemPlugins/HDMICEC/components/HdmiCec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Plugins/SystemPlugins/HDMICEC/components/HdmiCec.py b/lib/python/Plugins/SystemPlugins/HDMICEC/components/HdmiCec.py index feeac5a..e73d9a2 100755 --- a/lib/python/Plugins/SystemPlugins/HDMICEC/components/HdmiCec.py +++ b/lib/python/Plugins/SystemPlugins/HDMICEC/components/HdmiCec.py @@ -12,7 +12,7 @@ from Tools.Directories import fileExists class HdmiCec: def __init__(self): config.hdmicec = ConfigSubsection() - config.hdmicec.enabled = ConfigYesNo(default = True) + config.hdmicec.enabled = ConfigYesNo(default = False) config.hdmicec.logenabledserial = ConfigYesNo(default = False) config.hdmicec.logenabledfile = ConfigYesNo(default = False) config.hdmicec.tvstandby = ConfigYesNo(default = False) -- 2.7.4