From ac2dcbb2155fa421b826cfd45ec98d4237b1c9fe Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 29 Jun 2011 01:49:21 +0200 Subject: [PATCH] logind: udev no longer ignores subsystem matches on monitors when used in conjunction with tags --- src/logind.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/logind.c b/src/logind.c index fd17d805..94cb6cd8 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 */ -- 2.39.5