aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/SetupDevices.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-03 00:02:15 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-03 00:02:15 +0000
commite4ef86473060528115c4469d3e912f398a68a397 (patch)
tree03d32ce834e9c2efd4738a4e1119bfb5da4f24c7 /lib/python/Components/SetupDevices.py
parente260334bfab33cde87557851ff57b72841e718d6 (diff)
downloadenigma2-e4ef86473060528115c4469d3e912f398a68a397.tar.gz
enigma2-e4ef86473060528115c4469d3e912f398a68a397.zip
add rfmod
Diffstat (limited to 'lib/python/Components/SetupDevices.py')
-rw-r--r--lib/python/Components/SetupDevices.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/python/Components/SetupDevices.py b/lib/python/Components/SetupDevices.py
index 10e1a1c4..8cdf0a69 100644
--- a/lib/python/Components/SetupDevices.py
+++ b/lib/python/Components/SetupDevices.py
@@ -26,13 +26,13 @@ def InitSetupDevices():
config.rc = ConfigSubsection();
config.rc.map = configElement("config.rc.map", configBoolean, 0, ("Default", "Classic") );
- config.rfmod = ConfigSubsection();
- config.rfmod.enable = configElement("config.rfmod.enable", configBoolean, 1, ("Enable", "Disable") );
- config.rfmod.test = configElement("config.rfmod.test", configBoolean, 1, ("Enable", "Disable") );
- config.rfmod.sound = configElement("config.rfmod.sound", configBoolean, 0, ("Enable", "Disable") );
- config.rfmod.soundcarrier = configElement("config.rfmod.soundcarrier", configBoolean, 1, ("4.5 MHz", "5.5 MHz", "6.0 MHz", "6.5 MHz") );
- config.rfmod.channel = configElement("config.rfmod.channel", configBoolean, 6, ("30", "31", "32", "33", "34", "35", "36", "37", "38", "39") );
- config.rfmod.finetune = configElement("config.rfmod.finetune", ConfigSlider, 5, "");
+ #config.rfmod = ConfigSubsection();
+ #config.rfmod.enable = configElement("config.rfmod.enable", configBoolean, 1, ("Enable", "Disable") );
+ #config.rfmod.test = configElement("config.rfmod.test", configBoolean, 1, ("Enable", "Disable") );
+ #config.rfmod.sound = configElement("config.rfmod.sound", configBoolean, 0, ("Enable", "Disable") );
+ #config.rfmod.soundcarrier = configElement("config.rfmod.soundcarrier", configBoolean, 1, ("4.5 MHz", "5.5 MHz", "6.0 MHz", "6.5 MHz") );
+ #config.rfmod.channel = configElement("config.rfmod.channel", configBoolean, 6, ("30", "31", "32", "33", "34", "35", "36", "37", "38", "39") );
+ #config.rfmod.finetune = configElement("config.rfmod.finetune", ConfigSlider, 5, "");
config.keyboard = ConfigSubsection();
config.keyboard.keymap = configElement("config.keyboard.keymap", configBoolean, 1, ("English", "German") );