From: kay.sievers@vrfy.org Date: Tue, 22 Feb 2005 20:55:46 +0000 (+0100) Subject: [PATCH] add "serio" to bus list X-Git-Tag: 054~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9f6f8859b0d17b4df2b739b0b0096f62b34de87a;hp=2a9a19245bc5ac49e9f1e1f5d073c53f611fa9e2 [PATCH] add "serio" to bus list --- diff --git a/udev_sysfs.c b/udev_sysfs.c index f0666509e..94c0164de 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -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" },