aboutsummaryrefslogtreecommitdiff
path: root/include/evdev.h
AgeCommit message (Collapse)Author
2022-03-29wscons: Move to its own device typeKenny Levinsen
This reduces ifdefs and avoids overloading evdev as something it is not.
2022-03-16Initial netbsd supportilliliti
2020-08-01devices: Use path to check device typeKenny Levinsen
FreeBSD device numbers cannot be used to check the type of a device, as they are merely unique filesystem IDs. As the paths we use have been sanitized with realpath, we can simply use the path to check if a requested file is an evdev or drm device. This also allows us to make the check before the file is opened.
2020-07-31Initial implementation of seatd and libseatKenny Levinsen