aboutsummaryrefslogtreecommitdiffstats
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-12-05 15:03:43 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:06:10 -0700
commite1b7e62a2676bf679f3eae8997caf0ea703e573d (patch)
treee66d03da5ccb09d6db1e9560cb61e5d8111e489e /udev_sysfs.c
parentf2503c9792555e72f3a6ffedaf9dc6413fb12376 (diff)
downloadudev-e1b7e62a2676bf679f3eae8997caf0ea703e573d.tar.gz
[PATCH] add net/atml and class/ppdev to the wait_for_sysfs exception list
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r--udev_sysfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c
index 1c7cb16d..5f7c63d3 100644
--- a/udev_sysfs.c
+++ b/udev_sysfs.c
@@ -172,9 +172,11 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d
{ .subsystem = "net", .device = "vmnet" },
{ .subsystem = "net", .device = "ippp" },
{ .subsystem = "net", .device = "nlv" },
+ { .subsystem = "net", .device = "atml" },
{ .subsystem = "ppp", .device = NULL },
{ .subsystem = "sound", .device = NULL },
{ .subsystem = "printer", .device = "lp" },
+ { .subsystem = "ppdev", .device = NULL },
{ .subsystem = "nvidia", .device = NULL },
{ .subsystem = "video4linux", .device = "vbi" },
{ .subsystem = "dvb", .device = NULL },