mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
Apple touchpads don't use ABS_MT_PRESSURE but they are multitouch touchpads, so the current pressure-based handling code doesn't apply because it expects slot-based pressure for mt touchpads. Apple does however send useful data for ABS_MT_WIDTH_MAJOR/MINOR, so let's use that instead. The data provided in those is more-or-less random, so we need a hwdb entry to track the acceptable thresholds. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> |
||
|---|---|---|
| .. | ||
| 80-libinput-device-groups.rules.in | ||
| 80-libinput-test-device.rules | ||
| 90-libinput-model-quirks.hwdb | ||
| 90-libinput-model-quirks.rules.in | ||
| libinput-device-group.c | ||
| libinput-model-quirks.c | ||
| parse_hwdb.py | ||