1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00
systemd/rules/60-evdev_id.rules

11 lines
308 B
Plaintext
Raw Normal View History

# do not edit this file, it will be overwritten on update
ACTION!="add", GOTO="evdev_id_end"
SUBSYSTEM!="input", GOTO="evdev_id_end"
KERNEL!="event*", GOTO="evdev_id_end"
ENV{ID_INPUT_TOUCHSCREEN}=="1", IMPORT{builtin}="evdev_id"
ENV{ID_INPUT_TABLET}=="1", IMPORT{builtin}="evdev_id"
LABEL="evdev_id_end"