mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Input: Actually fix the timer double-free
For realz, this time. This reverts the original attempt, because it was gratuitous overcomplexification that turns out to be completely unnecessary. This also fixes a few subtle MT handling snafus on some devices.
This commit is contained in:
@@ -6,7 +6,7 @@ describe("input module", function()
|
||||
ffi = require("ffi")
|
||||
C = ffi.C
|
||||
require("ffi/linux_input_h")
|
||||
Input = require("device/input")
|
||||
Input = require("device").input
|
||||
end)
|
||||
|
||||
describe("handleTouchEvPhoenix", function()
|
||||
|
||||
Reference in New Issue
Block a user