From: Lennart Poettering Date: Tue, 28 Jun 2011 23:49:21 +0000 (+0200) Subject: logind: udev no longer ignores subsystem matches on monitors when used in conjunction... X-Git-Tag: v30~107 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ac2dcbb2155fa421b826cfd45ec98d4237b1c9fe logind: udev no longer ignores subsystem matches on monitors when used in conjunction with tags --- diff --git a/src/logind.c b/src/logind.c index fd17d8054..94cb6cd80 100644 --- a/src/logind.c +++ b/src/logind.c @@ -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 */