Add Vu+ Zero.
[vuplus_openvuplus] / meta-bsp / vusolose / recipes / vuplus / enigma2 / enigma2_vuplus_remove_pvr_action.patch
index 1454c2d..f142ad5 100644 (file)
@@ -96,7 +96,7 @@ index f9c4065..5817a49 100644
  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["PVRSupport"] = HardwareInfoVu().get_device_name() != "solose"
++SystemInfo["PVRSupport"] = HardwareInfoVu().get_device_name() not in ["solose", "zero"]
 diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
 index 80cc196..d635eac 100755
 --- a/lib/python/Screens/InfoBarGenerics.py