Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-09 | logind: rename "seat-master" tag to "master-of-seat" | Lennart Poettering | |
We currently enforce that seats are to be named in the form of "seatXXX", i.e. need to begin with the 4 characters "seat". Thus, "seat-master" would qualify as a seat name. As seat names are frequently used as tags on devices, the "seat-master" tag might hence confuse logind if the user decides to name a seat "seat-master". Hence, avoid any ambuigity: let's rename the "seat-master" tag to "master-of-seat". | |||
2013-01-07 | logind: Capability of making seats without framebuffer devices | Oleg Samarin | |
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 | |||
2012-07-29 | logind: add new loginctl lock-sessions command | Lennart Poettering | |
2012-05-31 | login: properly detect MIMO USB displays | Lennart Poettering | |
MIMO USB displays use a generic VID/PID for the hub component. With a bit of trickery we can detect them by the VID/PID of the graphics component. |