X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev_sysfs.c;h=8813bd5c47086d5bf3ab0764fd317f966dd0f4b0;hb=b821330f0fce374902a1c8e32064196276006bca;hp=f0666509eaca5b87614d4124eb5a5e0d014ff4c5;hpb=7e720bd4ad8257d81d273d98294ebbcc03ade9ba;p=elogind.git diff --git a/udev_sysfs.c b/udev_sysfs.c index f0666509e..8813bd5c4 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -172,6 +172,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "input", .device = "mice" }, { .subsystem = "input", .device = "mouse" }, { .subsystem = "input", .device = "ts" }, + { .subsystem = "input", .device = "js" }, { .subsystem = "vc", .device = NULL }, { .subsystem = "tty", .device = NULL }, { .subsystem = "cpuid", .device = "cpu" }, @@ -307,6 +308,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" },