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
NiLuJe 18c17829b7
Input: Simplify input slot storage alloc (#11296)
* Input: Harden setCurrentMtSlotChecked
  The current implementation was assuming that the only case where we
  might be missing slot storage was for the *first* contact point,
  given that ABS_MT_SLOT is (if all goes well) guaranteed to be present
  and come first for every subsequent additional contact points.
  While this works just fine in practice, we can simplify and generalize
  the check by just checking if we've actually recorded the requested
  slot, even if it's not the first contact point.
  The hit check is possibly ever so slightly faster than the length
  computation, to boot.
* Input: Handle snow_protocol devices with newer hardware revisions that do *NOT* need the snow quirks.
  If a sane input frame is detected, the snow quirks will be disabled at runtime, ensuring sane behavior.
  Given the extremely non-standard behavior of the snow quirks, this is fairly easy to detect,
  as a snow device will *never* emit EV_ABS:ABS_MT_TRACKING_ID:-1, so if we catch one, it's not snow ;).
  (We've had reports of this on a Clara HD, FWIW)
9 months ago
..
android [android] toggle warmth on onyx devices (#11275) 9 months ago
cervantes Cervantes: Make sure the warmth scaling is accurate 10 months ago
dummy
generic Kindle: Fix a smattering of frontlight bugs 10 months ago
kindle Kindle Oasis 1,2,3, Scribe: fix startup orientation (#11277) 9 months ago
kobo Cervantes: Make sure the warmth scaling is accurate 10 months ago
pocketbook Add viewport for PB743K3 (#11302) 9 months ago
remarkable NetworkManager: Allow backends to report connection failures early 1 year ago
sdl AppImage: remove hasMultiTouch = no (#11212) 10 months ago
sony-prstux NetworkManager: Allow backends to report connection failures early 1 year ago
devicelistener.lua DeviceListener: Rejig calculateGestureDelta algorithm 10 months ago
gesturedetector.lua GestureDetector: Be even *more* defensive with initial_tev records 10 months ago
input.lua Input: Simplify input slot storage alloc (#11296) 9 months ago
key.lua InputContainer: Fall cleanup ;). 2 years ago
sysfs_light.lua Kobo: Yet another attempt at working around the hangs on the latest NXP boards (#10771) 1 year ago
thirdparty.lua
wakeupmgr.lua WakeupMgr: Forward rtc_dev & dodgy_rtc to the backend 12 months ago