You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/device
Glen Sawyer cb95dcd4c9
Fix reMarkable crash bug v2022.05: event overwrite with new time module (#9121)
The change from timeval to time completely broke reMarkable.
frontend/device/remarkable/device.lua was using TimeVal:now() to manually overwrite event time values, as noted in the code comments.
Input:handleTouchEv is expecting those event time values to be timevals, not integer times.
So as soon as the user touches the screen, crash.
2 years ago
..
android Initial Kindle PW5 support (#8856) 2 years ago
cervantes Initial Kindle PW5 support (#8856) 2 years ago
dummy add dummy device & rename runtimectl:setDevice to runtimectl:init 5 years ago
generic Kindle: Fix retrieveNetworkInfo on the K4 (#9073) 2 years ago
kindle Page turn animations 2 years ago
kobo NetworkManager: Make sure we show an IM at the *start* of a Wi-Fi toggle action (#9064) 2 years ago
pocketbook Initial Kindle PW5 support (#8856) 2 years ago
remarkable Fix reMarkable crash bug v2022.05: event overwrite with new time module (#9121) 2 years ago
sdl [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2 years ago
sony-prstux Input: Minor cleanups (#7542) 3 years ago
devicelistener.lua [frontlight, kobo, cervantes] Remove auto_warmth (#8154) 3 years ago
gesturedetector.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2 years ago
input.lua PocketBook: Don't break synthetic power input events on suspend 2 years ago
key.lua Refactoring hardware abstraction 10 years ago
sysfs_light.lua Minor Lua I/O cleanups (#8921) 2 years ago
thirdparty.lua Revert "Hyphenation: add custom hyphenation rules (#7746)" (#7785) 3 years ago
wakeupmgr.lua A host of low power states related tweaks (#9036) 2 years ago