X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-bsp%2Frecipes-vuplus%2Fenigma2%2Fenigma2%2Fenigma2_vuplus_remove_pvr_action.patch;h=60a05ae3f63c0df67ac4bfede212588749989a35;hp=47f9fa74c0e2b79941fb5f2dc42dcc44f6398ece;hb=7128ae93f8de0e33cce84276ef33d0853b332675;hpb=de0254cf7c864a1cd103163400d7cda6d50e1c8a diff --git a/meta-bsp/recipes-vuplus/enigma2/enigma2/enigma2_vuplus_remove_pvr_action.patch b/meta-bsp/recipes-vuplus/enigma2/enigma2/enigma2_vuplus_remove_pvr_action.patch index 47f9fa7..60a05ae 100644 --- a/meta-bsp/recipes-vuplus/enigma2/enigma2/enigma2_vuplus_remove_pvr_action.patch +++ b/meta-bsp/recipes-vuplus/enigma2/enigma2/enigma2_vuplus_remove_pvr_action.patch @@ -81,15 +81,15 @@ index 8e42c57..99b0a92 100755 config.usage.showdish config.usage.multibouquet diff --git a/lib/python/Components/SystemInfo.py b/lib/python/Components/SystemInfo.py -index 6fcab1d..85f7f64 100755 +index a1f0d6f..b7d7119 100755 --- a/lib/python/Components/SystemInfo.py +++ b/lib/python/Components/SystemInfo.py -@@ -32,4 +32,4 @@ SystemInfo["DeepstandbySupport"] = HardwareInfo().get_device_name() != "dm800" - SystemInfo["HdmiInSupport"] = HardwareInfo().get_vu_device_name() == "ultimo4k" - SystemInfo["WOWLSupport"] = HardwareInfo().get_vu_device_name() == "ultimo4k" +@@ -34,4 +34,5 @@ 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") +SystemInfo["PVRSupport"] = HardwareInfo().get_vu_device_name() not in ["solose", "zero", "uno4k"] + diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index cebebf5..89e146e 100755 --- a/lib/python/Screens/InfoBarGenerics.py