diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
