diff options
Diffstat (limited to 'src/evdev.c')
-rw-r--r-- | src/evdev.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/evdev.c b/src/evdev.c index 3a2e397..ee35a26 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -63,9 +63,6 @@ #include <string.h> -/* The libc wrapper just blows... linux/input.h must be included - * before xf86_ansic.h and xf86_libc.h so we avoid defining ioctl - * twice. */ #include "evdev.h" #include <xf86.h> @@ -485,7 +482,7 @@ static XF86ModuleVersionInfo EvdevVersionRec = MODINFOSTRING1, MODINFOSTRING2, 0, /* Missing from SDK: XORG_VERSION_CURRENT, */ - 1, 0, 0, + 1, 1, 0, ABI_CLASS_XINPUT, ABI_XINPUT_VERSION, MOD_CLASS_XINPUT, |