mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
* Decode EV_KEY:KEY_BATTERY * Input: Only drop hovering *pen* events. There are currently too many broken 0-pressure *finger* events being reported on the Elipsa, making a dumb rejection highly annoying. * Bump base https://github.com/koreader/koreader-base/pull/1393 * Rely on actual events to detect loss of contact for the "snow" protocol. Allows simplifying the whole thing. * Use `ipairs` over `pairs` for pure arrays.