mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Input: Minor cleanups (#7542)
* TimeVal: Log the results of the COARSE probes in debug logs * GestureDetector: Print details of failed clock probes in debug logs * GestureDetector: Skip the BOOTTIME probe when CLOCK_BOOTTIME is unsupported. * Input: Decode ABS_DISTANCE events in debug logs * Get rid of duplicated <linux/input.h> constants, use the FFI module everywhere (re #7536) * Kobo: Get rid of the `touch_alyssum_protocol` quirk. Replace it by setting `main_finger_slot` to `1`, like on the H2O.
This commit is contained in:
@@ -94,6 +94,7 @@ local linux_evdev_abs_code_map = {
|
||||
[C.ABS_X] = "ABS_X",
|
||||
[C.ABS_Y] = "ABS_Y",
|
||||
[C.ABS_PRESSURE] = "ABS_PRESSURE",
|
||||
[C.ABS_DISTANCE] = "ABS_DISTANCE",
|
||||
[C.ABS_MT_SLOT] = "ABS_MT_SLOT",
|
||||
[C.ABS_MT_TOUCH_MAJOR] = "ABS_MT_TOUCH_MAJOR",
|
||||
[C.ABS_MT_TOUCH_MINOR] = "ABS_MT_TOUCH_MINOR",
|
||||
|
||||
Reference in New Issue
Block a user