X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2Fconfig.py;h=e6abaa40d6dc5e4357d7e9339193e83ac66aaa53;hb=096e5476ffe567b3a22b8838c28a45dff4e10c5d;hp=c8862cdf6cbdd469073e20d81155232f87e4a302;hpb=0609d9f5a56c8967d913f65f2e6bf550afde4a9d;p=vuplus_dvbapp diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index c8862cd..e6abaa4 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", "duo2"]: +if file("/proc/stb/info/vumodel").read().strip() not in ["bm750", "solo", "uno"]: rckeyboard_enable = True def getCharValue(code):