[SystemInfo] fix ScrambledPlayback for zero4k.
authorhschang <chang@dev3>
Mon, 27 Nov 2017 02:46:03 +0000 (11:46 +0900)
committerhschang <chang@dev3>
Mon, 27 Nov 2017 05:05:17 +0000 (14:05 +0900)
lib/python/Components/SystemInfo.py

index a6c088e..e4bae61 100644 (file)
@@ -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", "uno4kse")
+SystemInfo["ScrambledPlayback"] = HardwareInfo().get_vu_device_name() in ("solo4k", "ultimo4k", "uno4kse", "zero4k")
 SystemInfo["FastChannelChange"] =  fileExists("/proc/stb/frontend/fbc/fcc")
 SystemInfo["MiniTV"] = fileExists("/proc/stb/lcd/live_enable")