From: Kay Sievers Date: Wed, 2 Nov 2005 03:05:06 +0000 (+0100) Subject: use libsysfs to translate the class linke to the device path X-Git-Tag: 174~2497 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=0747dd884adfdf2bcd617655c44a87cb7a6eda5f use libsysfs to translate the class linke to the device path Signed-off-by: Kay Sievers --- diff --git a/udevstart.c b/udevstart.c index ce96f3887..057d59fca 100644 --- a/udevstart.c +++ b/udevstart.c @@ -139,7 +139,7 @@ static int add_device(const char *devpath, const char *subsystem) return -1; } - udev_init_device(&udev, devpath, subsystem, "add"); + udev_init_device(&udev, &class_dev->path[strlen(sysfs_path)], subsystem, "add"); udev.devt = get_devt(class_dev); if (!udev.devt && udev.type != DEV_NET) { dbg("sysfs_open_class_device_path failed");