summaryrefslogtreecommitdiff
path: root/test/litest-device-wacom-bamboo-2fg-finger.c
Commit message (Collapse)AuthorAgeFilesLines
* test: auto-generate the udev rulesPeter Hutterer2019-06-141-12/+5
| | | | | | | | | We only ever set properties in the devices, so let's make that more explicit and auto-generate the udev rule. This way we're hopefully better protected from the various typos that hid in those rules over the years, but also be prepared for passing the udev property key/value pairs elsewhere. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* test: fix a typo in the test device namePeter Hutterer2019-05-271-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* test: assign ID_INPUT_TABLET to the bamboo/intuos5 touchpad partsPeter Hutterer2019-05-271-1/+3
| | | | | | | | We rely on libwacom to set this, but it doesn't do so by default for uinput devices. Let's set this here so the parts are correctly detected as tablet touchpads. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* test: fix the wacom bamboo touch devicePeter Hutterer2019-05-081-2/+4
| | | | | | Missing buttons caused it to fail sanity checks in some cases. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* test: add a wacom bamboo test devicePeter Hutterer2017-10-201-0/+98
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>