X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FSystemInfo.py;h=5b01c4cbeaad05105fa277b5cdb923f9aea8d72d;hb=1d557af556c71a9c658deea9cec783a66903c136;hp=8ec5a65cd34a9a8cf729398ab8c7d61069a6be6a;hpb=a4eb6b4083b9421b458e4f7c1df6e760a4727241;p=vuplus_dvbapp diff --git a/lib/python/Components/SystemInfo.py b/lib/python/Components/SystemInfo.py index 8ec5a65..5b01c4c 100644 --- a/lib/python/Components/SystemInfo.py +++ b/lib/python/Components/SystemInfo.py @@ -31,7 +31,8 @@ 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", "zero4k") SystemInfo["FastChannelChange"] = fileExists("/proc/stb/frontend/fbc/fcc") SystemInfo["MiniTV"] = fileExists("/proc/stb/lcd/live_enable") +SystemInfo["DisableUsbRecord"] = HardwareInfo().get_vu_device_name() in ("solo4k", "uno4kse", "zero4k")