mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 11:27:32 +03:00
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
|
# 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"
|