diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-05 19:42:09 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-05 19:42:09 +0100 |
| commit | 3238fce693dbe855e0e75b40eb26c883e940403d (patch) | |
| tree | 5792a418218e9644af2e730e6404975cd7990550 /lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | |
| parent | 7fd4241a1d7b8d7c36385860b24882636517473b (diff) | |
| download | enigma2-3238fce693dbe855e0e75b40eb26c883e940403d.tar.gz enigma2-3238fce693dbe855e0e75b40eb26c883e940403d.zip | |
add support for dm7020hd
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index 59c50476..dc4e8c56 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -239,9 +239,9 @@ class VideoHardware: portlist = self.getPortList() for port in portlist: descr = port - if descr == 'DVI' and hw_type in ('dm500hd', 'dm800se'): + if descr == 'DVI' and hw_type in ('dm500hd', 'dm800se', 'dm7020hd'): descr = 'HDMI' - elif descr == 'DVI-PC' and hw_type in ('dm500hd', 'dm800se'): + elif descr == 'DVI-PC' and hw_type in ('dm500hd', 'dm800se', 'dm7020hd'): descr = 'HDMI-PC' lst.append((port, descr)) |
