From: kay.sievers@vrfy.org Date: Thu, 2 Dec 2004 18:30:23 +0000 (+0100) Subject: [PATCH] add net/nlv* devices to the exception list X-Git-Tag: 047~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2503c9792555e72f3a6ffedaf9dc6413fb12376;p=systemd [PATCH] add net/nlv* devices to the exception list --- diff --git a/udev_sysfs.c b/udev_sysfs.c index ada413c4..1c7cb16d 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -171,6 +171,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "net", .device = "bnep" }, { .subsystem = "net", .device = "vmnet" }, { .subsystem = "net", .device = "ippp" }, + { .subsystem = "net", .device = "nlv" }, { .subsystem = "ppp", .device = NULL }, { .subsystem = "sound", .device = NULL }, { .subsystem = "printer", .device = "lp" },