Lines Matching +full:touch +full:- +full:enter
2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
104 "Touch Pad": EvdevMatch(
118 "Touch Screen": EvdevMatch(
157 # for example ("playstation", "hid-playstation")
212 sysfs_path = Path("/sys/module") / kernel_module.replace("-", "_")
250 while not self.uhdev.is_ready() and time.time() - now < 5:
289 A context-manager compatible class that sets up our udev rules file and
294 removed. This matches the expected pytest setup: we enter a context for
311 self.refs -= 1
319 subprocess.run("udevadm control --reload-rules".split())
320 subprocess.run("systemd-hwdb update".split())
327 prefix="91-uhid-test-device-REMOVEME-",