From ff3fefedfd8f40679d161e038379f8298d5fcdc5 Mon Sep 17 00:00:00 2001 From: hschang Date: Wed, 22 Nov 2017 17:51:47 +0900 Subject: [PATCH] [SystemInfo] fix ScrambledPlayback for uno4kse. --- lib/python/Components/SystemInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Components/SystemInfo.py b/lib/python/Components/SystemInfo.py index 8ec5a65..a6c088e 100644 --- a/lib/python/Components/SystemInfo.py +++ b/lib/python/Components/SystemInfo.py @@ -31,7 +31,7 @@ SystemInfo["FrontpanelDisplayGrayscale"] = fileExists("/dev/dbox/oled0") SystemInfo["DeepstandbySupport"] = HardwareInfo().get_device_name() != "dm800" SystemInfo["HdmiInSupport"] = HardwareInfo().get_vu_device_name() in ("ultimo4k", "uno4kse") SystemInfo["WOWLSupport"] = HardwareInfo().get_vu_device_name() == "ultimo4k" -SystemInfo["ScrambledPlayback"] = HardwareInfo().get_vu_device_name() in ("solo4k", "ultimo4k") +SystemInfo["ScrambledPlayback"] = HardwareInfo().get_vu_device_name() in ("solo4k", "ultimo4k", "uno4kse") SystemInfo["FastChannelChange"] = fileExists("/proc/stb/frontend/fbc/fcc") SystemInfo["MiniTV"] = fileExists("/proc/stb/lcd/live_enable") -- 2.7.4