1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

[PATCH] add "serio" to bus list

This commit is contained in:
kay.sievers@vrfy.org 2005-02-22 21:55:46 +01:00 committed by Greg KH
parent 2a9a19245b
commit 9f6f8859b0

View File

@ -307,6 +307,7 @@ int wait_for_devices_device(struct sysfs_device *devices_dev,
{ .bus = "bttv-sub", .file = NULL },
{ .bus = "pnp", .file = "detach_state" },
{ .bus = "eisa", .file = "detach_state" },
{ .bus = "serio", .file = "detach_state" },
{ .bus = "pseudo", .file = "detach_state" },
{ .bus = "mmc", .file = "detach_state" },
{ .bus = "macio", .file = "detach_state" },