From: ghost Date: Sun, 6 Sep 2009 07:12:00 +0000 (+0200) Subject: DVI-PC -> HDMI-PC on 500hd X-Git-Tag: 2.6.0~75 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ed4f7c4064ec32c85faf6ff5f4b7c03ac332a5f7 DVI-PC -> HDMI-PC on 500hd --- diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index adc63d2c..e3b902f0 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -241,6 +241,8 @@ class VideoHardware: descr = port if descr == 'DVI' and hw_type == 'dm500hd': descr = 'HDMI' + elif descr == 'DVI-PC' and hw_type == 'dm500hd': + descr = 'HDMI-PC' lst.append((port, descr)) # create list of available modes