From: kos Date: Wed, 3 Jul 2013 10:43:19 +0000 (+0900) Subject: fixed to be used the rc-keyboard at duo2. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=0609d9f5a56c8967d913f65f2e6bf550afde4a9d fixed to be used the rc-keyboard at duo2. --- 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):