[videomode] enabled Scart for soloSE
authorsmlee <smlee@dev3>
Thu, 15 May 2014 01:12:59 +0000 (10:12 +0900)
committersmlee <smlee@dev3>
Thu, 15 May 2014 01:12:59 +0000 (10:12 +0900)
lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py

index fb07cf3..0120f40 100644 (file)
@@ -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"])
        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):
        noypbpr_hw_types = set(["solose"])
 
        def getDeviceName(self):