X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FSystemInfo.py;fp=lib%2Fpython%2FComponents%2FSystemInfo.py;h=67f2e75642d67f396b78fc226fdb7d5795906c3b;hp=f9c4065fa951e2f5d2d595b52bc0775b2b896843;hb=4911a0121954f6b6657ba28fab8d9dd9031d9a59;hpb=e41f07f1d0855ff8e47059f109413a41a065268b;ds=sidebyside diff --git a/lib/python/Components/SystemInfo.py b/lib/python/Components/SystemInfo.py index f9c4065..67f2e75 100644 --- a/lib/python/Components/SystemInfo.py +++ b/lib/python/Components/SystemInfo.py @@ -29,3 +29,6 @@ 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" +