diff options
author | Benjamin Tissoires <[email protected]> | 2024-04-10 19:19:26 +0200 |
---|---|---|
committer | Benjamin Tissoires <[email protected]> | 2024-05-07 15:39:07 +0200 |
commit | d9e78973921d215a6453b609a6326dab9dbc5a60 (patch) | |
tree | 26c150f33a55dccc1b6d3632d902dbddf89a6d9f /tools/perf/scripts/python | |
parent | 0bc8f89f40403cfbc3c6e676b0bee240a9349d3f (diff) |
HID: bpf: add in-tree HID-BPF fix for the Wacom ArtPen
This pen is compatible with multiple Wacom tablets, but we only add support
for the Intuos Pro 2 M, as this is the one our user reported the bug
against.
We can not generically add all compatible Wacom tablets as we are
writing the offsets by hand.
The point of this HID-BPF program is to work around a firmware limitation
where the pressure is repeated every other report.
Given that we know this will happen, we can change the first new pressure
information with the mean compared to the previous one. This way we
smooth the incoming pressure without losing information.
Cc: Ping Cheng <[email protected]>
Cc: Jason Gerecke <[email protected]>
Cc: Aaron Armstrong Skomra <[email protected]>
Cc: Joshua Dickens <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Peter Hutterer <[email protected]>
Signed-off-by: Benjamin Tissoires <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions