1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-23 13:57:33 +03:00

[PATCH] add net/pan and net/bnep handling

This commit is contained in:
kay.sievers@vrfy.org 2004-10-23 12:13:01 +02:00 committed by Greg KH
parent 1ad9a8c1b8
commit 21d2888a0a

View File

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