linux/tools/testing/selftests/hid/tests
Alex Tran b4f4fd947a selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devices
Verify Wacom devices set INPUT_PROP_DIRECT on display devices and
INPUT_PROP_POINTER on opaque devices. Verify INPUT_PROP_POINTER
is not set on display devices and INPUT_PROP_DIRECT is not set
on opaque devices.

Moved test_prop_pointer into TestOpaqueTablet. Created a
DirectTabletTest mixin class for test_prop_direct that can be
inherited by display tablet test classes.Used DirectTabletTest
for TestDTH2452Tablet case.

Signed-off-by: Alex Tran <alex.t.tran@gmail.com>
Tested-by: Erin Skomra <erin.skomra@wacom.com>
Reviewed-by: Erin Skomra <erin.skomra@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
2026-02-24 09:41:21 +01:00
..
__init__.py
base.py selftests/hid: sync the python tests to hid-tools 0.8 2025-07-10 16:20:27 +02:00
base_device.py selftests/hid: sync python tests to hid-tools 0.10 2025-07-10 16:20:27 +02:00
base_gamepad.py selftests/hid: import base_gamepad.py from hid-tools 2024-05-07 15:39:47 +02:00
conftest.py selftests/hid: require hidtools 0.12 2026-01-07 15:28:09 +01:00
descriptors_wacom.py selftests: hid: import hid-tools wacom tests 2023-04-12 17:13:38 +02:00
test_apple_keyboard.py selftests/hid: sync the python tests to hid-tools 0.8 2025-07-10 16:20:27 +02:00
test_gamepad.py selftests/hid: sync the python tests to hid-tools 0.8 2025-07-10 16:20:27 +02:00
test_hid_core.py
test_ite_keyboard.py selftests/hid: sync the python tests to hid-tools 0.8 2025-07-10 16:20:27 +02:00
test_keyboard.py selftests: hid: import hid-tools hid-keyboards tests 2023-04-12 17:13:37 +02:00
test_mouse.py selftests/hid: add a test case for the recent syzbot underflow 2025-07-13 09:53:28 +02:00
test_multitouch.py selftests/hid: add a test for the Digitizer/Button Type pressurepad 2026-01-07 15:28:09 +01:00
test_sony.py selftests/hid: sync the python tests to hid-tools 0.8 2025-07-10 16:20:27 +02:00
test_tablet.py selftests/hid-tablet: add ABS_DISTANCE test for stylus/pen 2025-11-20 22:47:14 +01:00
test_usb_crash.py selftests: hid: import hid-tools usb-crash tests 2023-04-12 17:13:38 +02:00
test_wacom_generic.py selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devices 2026-02-24 09:41:21 +01:00