aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Videomode
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-09-06 09:12:00 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-09-06 09:12:34 +0200
commited4f7c4064ec32c85faf6ff5f4b7c03ac332a5f7 (patch)
tree129f0a78c64bdab04d423342bf02dc13b27d789d /lib/python/Plugins/SystemPlugins/Videomode
parent56c7e586eea1f129bae06e28ed2a58060386b2cf (diff)
downloadenigma2-ed4f7c4064ec32c85faf6ff5f4b7c03ac332a5f7.tar.gz
enigma2-ed4f7c4064ec32c85faf6ff5f4b7c03ac332a5f7.zip
DVI-PC -> HDMI-PC on 500hd
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py2
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