This commit is contained in:
chrox
2015-10-18 00:30:29 +08:00
parent 9654e9ce6c
commit 5cbbac6b43
2 changed files with 2 additions and 2 deletions

View File

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

View File

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