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/remarkable
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
..
device.lua Fix reMarkable crash bug v2022.05: event overwrite with new time module (#9121) 2 years ago
event_map.lua Remarkable port (#5828) 4 years ago
powerd.lua Cleanup eye-gouging madness around io.read calls (#7149) 3 years ago