diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-02-11 12:58:36 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-02-11 12:58:36 +0000 |
| commit | fbc79da5c84135c8a8e46060d3edc157ec85d006 (patch) | |
| tree | abb3d8408c10dc04173c460f50fe3ae9011cd37b /lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | |
| parent | f400ad7ad435bbf2e968ec7f95adebf1f134a7fa (diff) | |
| download | enigma2-fbc79da5c84135c8a8e46060d3edc157ec85d006.tar.gz enigma2-fbc79da5c84135c8a8e46060d3edc157ec85d006.zip | |
arm the video wizard
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index 09698736..a6d886c6 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -105,6 +105,7 @@ class VideoHardware: return True def setMode(self, port, mode, rate, force = None): + print "setMode - port:", port, "mode:", mode, "rate:", rate # we can ignore "port" self.current_mode = mode modes = self.rates[mode][rate] |
