From 0609d9f5a56c8967d913f65f2e6bf550afde4a9d Mon Sep 17 00:00:00 2001 From: kos Date: Wed, 3 Jul 2013 19:43:19 +0900 Subject: [PATCH] fixed to be used the rc-keyboard at duo2. --- lib/python/Components/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 7516eee..c8862cd 100755 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -862,7 +862,7 @@ vukeymap_us_de = { vumapidx = 0 vukeymap = vukeymap_us_de rckeyboard_enable = False -if file("/proc/stb/info/vumodel").read().strip() in ["ultimo", "solo2"]: +if file("/proc/stb/info/vumodel").read().strip() in ["ultimo", "solo2", "duo2"]: rckeyboard_enable = True def getCharValue(code): -- 2.7.4