chiark / gitweb /
logind: udev no longer ignores subsystem matches on monitors when used in conjunction...
authorLennart Poettering <lennart@poettering.net>
Tue, 28 Jun 2011 23:49:21 +0000 (01:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Jun 2011 23:49:21 +0000 (01:49 +0200)
src/logind.c

index fd17d80541e8dbd02fe28d454456dc48292bec7f..94cb6cd80c70f73ae91e784c20f32117c142c444 100644 (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 */