X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/96ac5ba0afb7fb1ea96aee24fc497e76dc2c652b..ea94103d6d26282e98846e54122b04792c2c90fd:/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py 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