]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/hid: add a test for the Digitizer/Button Type pressurepad
authorPeter Hutterer <peter.hutterer@who-t.net>
Sun, 21 Dec 2025 23:43:37 +0000 (09:43 +1000)
committerBenjamin Tissoires <bentiss@kernel.org>
Wed, 7 Jan 2026 14:28:09 +0000 (15:28 +0100)
commitf287ba5951a4b3a47305b64a3fcde5d0911adb9b
tree57cbe63556b8d9b566bc33175f18dfee1d999079
parent4f36fdab084fcbe9c34bb51889e4b8c06d98fbaa
selftests/hid: add a test for the Digitizer/Button Type pressurepad

We have to resort to a bit of a hack: python-libevdev gets the
properties from libevdev at module init time. If libevdev hasn't been
rebuilt with the new property it won't be automatically populated. So we
hack around this by constructing the property manually.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
tools/testing/selftests/hid/tests/test_multitouch.py