1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-31 07:51:08 +03:00

[PATCH] add net/atml and class/ppdev to the wait_for_sysfs exception list

This commit is contained in:
kay.sievers@vrfy.org 2004-12-05 15:03:43 +01:00 committed by Greg KH
parent f2503c9792
commit e1b7e62a26

View File

@ -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 },