chiark / gitweb /
util: user parse_uid() wherever applicable
[elogind.git] / src / 71-seat.rules
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU General Public License as published by
5 #  the Free Software Foundation; either version 2 of the License, or
6 #  (at your option) any later version.
7
8 ACTION=="remove", GOTO="seat_end"
9
10 TAG=="uaccess", SUBSYSTEM!="sound", TAG+="seat"
11 SUBSYSTEM=="sound", KERNEL=="card*", TAG+="seat"
12 SUBSYSTEM=="input", KERNEL=="input*", TAG+="seat"
13 SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat"
14 SUBSYSTEM=="usb", ATTR{bDeviceClass}=="09", TAG+="seat"
15
16 SUBSYSTEM=="usb", ATTR{idVendor}=="2230", ATTR{idProduct}=="0001", ENV{ID_AUTOSEAT}="1"
17
18 TAG=="seat", ENV{ID_PATH}=="", IMPORT{program}="path_id %p"
19 TAG=="seat", ENV{ID_FOR_SEAT}=="", ENV{ID_PATH_TAG}!="", ENV{ID_FOR_SEAT}="$env{SUBSYSTEM}-$env{ID_PATH_TAG}"
20
21 LABEL="seat_end"