freebsd-ports/x11-servers/xorg-server/files/patch-hw_xfree86_common_xf86Xinput.c
Alex Kozlov b7088112c0 - Fix AutoAddDevices option when config/devd backend is used
Reported by:	Jonathan Chen <jonc@chen.org.nz>, lightside@gmx.com, many others
Approved by:	x11 (dumbbell, kwm)
2014-12-23 20:40:58 +00:00

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) {