From: smlee Date: Thu, 15 May 2014 01:12:59 +0000 (+0900) Subject: [videomode] enabled Scart for soloSE X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=48c1fa085ad901ace1c802ec6f9c894368abb44e [videomode] enabled Scart for soloSE --- diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index fb07cf3..0120f40 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -58,7 +58,7 @@ class VideoHardware: widescreen_modes = set(["720p", "1080i", "1080p"]) hdmi_hw_types = set(["dm500", "dm800se", "dm7020hd", "bm750", "solo", "uno", "ultimo", "solo2", "duo2", "solose"]) hdmi_pc_hw_types = set(["dm500", "dm800se", "dm7020hd", "bm750", "solo", "uno", "ultimo", "solo2", "duo2", "solose"]) - noscart_hw_types = set(["solose"]) + noscart_hw_types = set() noypbpr_hw_types = set(["solose"]) def getDeviceName(self):