X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpython%2FComponents%2FSystemInfo.py;h=a6c088e15a6debda9ce6e9433537ca214b781ac4;hb=ff3fefedfd8f40679d161e038379f8298d5fcdc5;hp=f9c4065fa951e2f5d2d595b52bc0775b2b896843;hpb=3bc4feea6206761d48e7ead73dfd32721bf8e259;p=vuplus_dvbapp diff --git a/lib/python/Components/SystemInfo.py b/lib/python/Components/SystemInfo.py index f9c4065..a6c088e 100644 --- a/lib/python/Components/SystemInfo.py +++ b/lib/python/Components/SystemInfo.py @@ -29,3 +29,9 @@ SystemInfo["NumFrontpanelLEDs"] = countFrontpanelLEDs() SystemInfo["FrontpanelDisplay"] = fileExists("/dev/dbox/oled0") or fileExists("/dev/dbox/lcd0") 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["FastChannelChange"] = fileExists("/proc/stb/frontend/fbc/fcc") +SystemInfo["MiniTV"] = fileExists("/proc/stb/lcd/live_enable") +