Searched refs:EvdevMatch (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/hid/tests/ |
| A D | base.py | 18 from .base_device import BaseDevice, EvdevMatch, SysfsFile 27 "Accelerometer": EvdevMatch( 32 "Game Pad": EvdevMatch( # in systemd, this is a lot more complex, but that will do 44 "Joystick": EvdevMatch( # in systemd, this is a lot more complex, but that will do 54 "Key": EvdevMatch( 64 "Mouse": EvdevMatch( 74 "Pad": EvdevMatch( 87 "Pen": EvdevMatch( 97 "Stylus": EvdevMatch( 107 "Touch Pad": EvdevMatch( [all …]
|
| A D | base_device.py | 183 class EvdevMatch(object): class 248 self: "EvdevDevice", application: str, matches: Dict[str, EvdevMatch] argument 285 _application_matches: Dict[str, EvdevMatch] = {} 412 def application_matches(self: "BaseDevice") -> Dict[str, EvdevMatch]: 416 def application_matches(self: "BaseDevice", data: Dict[str, EvdevMatch]) -> None: argument
|
Completed in 4 milliseconds