X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FVideomode%2FVideoHardware.py;h=59c50476e6551d43cf76c59fd733b101a96bf49d;hp=adc63d2c404c8e1bb07fa86e129359054a8caddc;hb=db96b0766a1923d1fd4ba028c345c15b6a57dab5;hpb=96ac5ba0afb7fb1ea96aee24fc497e76dc2c652b diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index adc63d2..59c5047 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -239,8 +239,10 @@ class VideoHardware: portlist = self.getPortList() for port in portlist: descr = port - if descr == 'DVI' and hw_type == 'dm500hd': + if descr == 'DVI' and hw_type in ('dm500hd', 'dm800se'): descr = 'HDMI' + elif descr == 'DVI-PC' and hw_type in ('dm500hd', 'dm800se'): + descr = 'HDMI-PC' lst.append((port, descr)) # create list of available modes