b7088112c0
Reported by: Jonathan Chen <jonc@chen.org.nz>, lightside@gmx.com, many others Approved by: x11 (dumbbell, kwm)
9 lines
379 B
C
9 lines
379 B
C
Index: hw/xfree86/common/xf86Xinput.c
|
|
@@ -942,6 +942,7 @@
|
|
if (strcmp(key, "_source") == 0 &&
|
|
(strcmp(value, "server/hal") == 0 ||
|
|
strcmp(value, "server/udev") == 0 ||
|
|
+ strcmp(value, "server/devd") == 0 ||
|
|
strcmp(value, "server/wscons") == 0)) {
|
|
is_auto = 1;
|
|
if (!xf86Info.autoAddDevices) {
|