mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Tentative fix for touch coordinates on phoenix.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user