1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

logind: udev no longer ignores subsystem matches on monitors when used in conjunction with tags

This commit is contained in:
Lennart Poettering 2011-06-29 01:49:21 +02:00
parent 1c9a2c1047
commit ac2dcbb215

View File

@ -264,11 +264,6 @@ int manager_process_seat_device(Manager *m, struct udev_device *d) {
assert(m);
/* FIXME: drop this check as soon as libudev's enum support
* honours tags and subsystem matches at the same time */
if (!streq_ptr(udev_device_get_subsystem(d), "graphics"))
return 0;
if (streq_ptr(udev_device_get_action(d), "remove")) {
/* FIXME: use syspath instead of sysname here, as soon as fb driver is fixed */