From: kay.sievers@vrfy.org Date: Sat, 23 Oct 2004 10:13:01 +0000 (+0200) Subject: [PATCH] add net/pan and net/bnep handling X-Git-Tag: 042~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=21d2888a0a0d238594e4124fe8020f54bfa29df5 [PATCH] add net/pan and net/bnep handling --- diff --git a/udev_sysfs.c b/udev_sysfs.c index d849a8eba..7fc1099ee 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -166,6 +166,8 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "net", .device = "irda" }, { .subsystem = "net", .device = "ppp" }, { .subsystem = "net", .device = "tun" }, + { .subsystem = "net", .device = "pan" }, + { .subsystem = "net", .device = "bnep" }, { .subsystem = "ppp", .device = NULL }, { .subsystem = "sound", .device = NULL }, { .subsystem = "printer", .device = "lp" },