diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-02-22 21:55:46 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:36:13 -0700 |
commit | 9f6f8859b0d17b4df2b739b0b0096f62b34de87a (patch) | |
tree | 2c3089644be52cbe209b8bea798861cf95e4db96 /udev_sysfs.c | |
parent | 2a9a19245bc5ac49e9f1e1f5d073c53f611fa9e2 (diff) |
[PATCH] add "serio" to bus list
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r-- | udev_sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c index f0666509ea..94c0164dec 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" }, |