diff options
author | Oleg Samarin <osamarin68@gmail.com> | 2013-01-05 20:33:37 +0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-07 15:43:14 +0100 |
commit | 955f9bde9ba6d9f0a7364d5cb7c0cee951d5caab (patch) | |
tree | de91c5c18ee933f11bc5a51d4de978e96d1d8b0a /src/login/71-seat.rules.in | |
parent | 17d33cecaa762f7e43200307328af5e9135e2091 (diff) |
logind: Capability of making seats without framebuffer devices
file logind.c: The seat is now activated by any device with udev tag "seat-master"
file 71-seat.rules.in: All framebuffer devices have this tag
Diffstat (limited to 'src/login/71-seat.rules.in')
-rw-r--r-- | src/login/71-seat.rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/71-seat.rules.in b/src/login/71-seat.rules.in index f554d7f615..4f1a9a59a1 100644 --- a/src/login/71-seat.rules.in +++ b/src/login/71-seat.rules.in @@ -10,7 +10,7 @@ ACTION=="remove", GOTO="seat_end" TAG=="uaccess", SUBSYSTEM!="sound", TAG+="seat" SUBSYSTEM=="sound", KERNEL=="card*", TAG+="seat" SUBSYSTEM=="input", KERNEL=="input*", TAG+="seat" -SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat" +SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat", TAG+="seat-master" SUBSYSTEM=="usb", ATTR{bDeviceClass}=="09", TAG+="seat" # 'Plugable' USB hub, sound, network, graphics adapter |