aboutsummaryrefslogtreecommitdiffstats
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-22 21:55:46 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:36:13 -0700
commit9f6f8859b0d17b4df2b739b0b0096f62b34de87a (patch)
tree2c3089644be52cbe209b8bea798861cf95e4db96 /udev_sysfs.c
parent2a9a19245bc5ac49e9f1e1f5d073c53f611fa9e2 (diff)
downloadudev-9f6f8859b0d17b4df2b739b0b0096f62b34de87a.tar.gz
[PATCH] add "serio" to bus list
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r--udev_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c
index f0666509..94c0164d 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" },