chiark / gitweb /
consistent key naming to match only the event device or include all parent devices
[elogind.git] / udev_db.c
index b058351d27e35c8b38574ab50e1b8fe7c4fae1d3..c3034f5037f1320e6090c43799eb747212ee0ce9 100644 (file)
--- a/udev_db.c
+++ b/udev_db.c
@@ -81,7 +81,7 @@ int udev_db_add_device(struct udevice *udev)
         * create only a symlink with the name as the target
         * if we don't have any interesting data to remember
         */
-       if (strcmp(udev->name, udev->dev->kernel_name) == 0 &&
+       if (strcmp(udev->name, udev->dev->kernel) == 0 &&
            list_empty(&udev->symlink_list) && list_empty(&udev->env_list) &&
            !udev->partitions && !udev->ignore_remove) {
                dbg("nothing interesting to store, create symlink");