pull/1676/head
chrox 9 years ago
parent 9654e9ce6c
commit 5cbbac6b43

@ -122,7 +122,7 @@ if Device:isKobo() then
-- powerd:setIntensity(intensity)
end
if Device:getCodeName() == "trilogy" then
require("utils/kobo_touch_proble")
require("utils/kobo_touch_probe")
end
end

@ -1,5 +1,5 @@
-- touch probe utility
-- usage: ./luajit util/kobo_touch_proble.lua
-- usage: ./luajit util/kobo_touch_probe.lua
require "defaults"
package.path = "common/?.lua;rocks/share/lua/5.1/?.lua;frontend/?.lua;" .. package.path
Loading…
Cancel
Save