From 9576201da5836eae7f1043b0dd0ea8fd2ecafd34 Mon Sep 17 00:00:00 2001 From: Giorgio Micotti Date: Tue, 19 Nov 2013 22:44:40 +0100 Subject: [PATCH] Tentative fix for touch coordinates on phoenix. --- frontend/ui/input.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/input.lua b/frontend/ui/input.lua index e06655e63..6afd11aac 100644 --- a/frontend/ui/input.lua +++ b/frontend/ui/input.lua @@ -321,7 +321,7 @@ function Input:init() input.open("/dev/input/event0") -- Light button and sleep slider print(_("Auto-detected Kobo")) self:adjustKoboEventMap() - if dev_mod ~= 'Kobo_trilogy' then + if dev_mod ~= 'Kobo_trilogy' and dev_mod ~= 'Kobo_phoenix' then function Input:eventAdjustHook(ev) if ev.type == EV_ABS then if ev.code == ABS_X then