X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FSystemInfo.py;h=a1f0d6f052f52f2cf4fde0a8ac308fa99e6ca950;hp=f9c4065fa951e2f5d2d595b52bc0775b2b896843;hb=7963a66b2debe9cf6ae566cb88511fdfdc9dc216;hpb=4ba60a7e801150afc2e18f1250febe5e49a46d7a diff --git a/lib/python/Components/SystemInfo.py b/lib/python/Components/SystemInfo.py index f9c4065..a1f0d6f 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() == "ultimo4k" +SystemInfo["WOWLSupport"] = HardwareInfo().get_vu_device_name() == "ultimo4k" +SystemInfo["ScrambledPlayback"] = HardwareInfo().get_vu_device_name() in ("solo4k", "ultimo4k") +SystemInfo["FastChannelChange"] = fileExists("/proc/stb/frontend/fbc/fcc") +SystemInfo["MiniTV"] = fileExists("/proc/stb/lcd/live_enable") +