From: kay.sievers@vrfy.org Date: Sat, 30 Oct 2004 11:27:36 +0000 (+0200) Subject: [PATCH] Add net/vmnet and class/zaptel to the list of devices without physical device X-Git-Tag: 043~16 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=6628a2ea38112451218fc21aec40db6ff7de8d63 [PATCH] Add net/vmnet and class/zaptel to the list of devices without physical device --- diff --git a/udev_sysfs.c b/udev_sysfs.c index 7fc1099ee5b..95a46a6ecde 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -168,6 +168,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "net", .device = "tun" }, { .subsystem = "net", .device = "pan" }, { .subsystem = "net", .device = "bnep" }, + { .subsystem = "net", .device = "vmnet" }, { .subsystem = "ppp", .device = NULL }, { .subsystem = "sound", .device = NULL }, { .subsystem = "printer", .device = "lp" }, @@ -181,6 +182,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "ieee1394_host", .device = NULL }, { .subsystem = "ieee1394_node", .device = NULL }, { .subsystem = "raw", .device = NULL }, + { .subsystem = "zaptel", .device = NULL }, { NULL, NULL } }; struct class_device *classdevice;