kobo: fix screen probe for touch

This commit is contained in:
Qingping Hou
2016-04-02 21:52:30 -07:00
parent d6426ab872
commit eb37d9b8b6
12 changed files with 314 additions and 66 deletions

View File

@@ -137,9 +137,10 @@ if Device:isKobo() then
end
end
end
if Device:getCodeName() == "trilogy" then
require("utils/kobo_touch_probe")
end
end
if Device:needsTouchScreenProbe() then
Device:touchScreenProbe()
end
if ARGV[argidx] and ARGV[argidx] ~= "" then