1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-28 11:21:59 +03:00

[PATCH] wait_for_sysfs: add joydev

This commit is contained in:
kay.sievers@vrfy.org 2005-02-26 01:08:44 +01:00 committed by Greg KH
parent 9fe1a96d88
commit 9c020c6016

View File

@ -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" },