mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
Compare commits
43 Commits
xf86-input
...
xf86-input
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
990540fa19 | ||
|
|
b8945e61eb | ||
|
|
97dc45b769 | ||
|
|
ec6cb31cc4 | ||
|
|
ed47c7f33e | ||
|
|
899218e181 | ||
|
|
421585fda6 | ||
|
|
8697811f56 | ||
|
|
b06bffdc97 | ||
|
|
9410e452d2 | ||
|
|
516e538da4 | ||
|
|
1f38e1bc11 | ||
|
|
456579ba30 | ||
|
|
21a2ac818e | ||
|
|
4c21624240 | ||
|
|
6e244b1098 | ||
|
|
e7c301563a | ||
|
|
ffc2c9961f | ||
|
|
7c01cff1fa | ||
|
|
e6e20c1b3e | ||
|
|
b27d03b248 | ||
|
|
ba78428ed5 | ||
|
|
041a1f246a | ||
|
|
44b80d177f | ||
|
|
7bbbce9a83 | ||
|
|
35b6085bf8 | ||
|
|
539d67505c | ||
|
|
a77dea1caa | ||
|
|
5fb1e841eb | ||
|
|
a4f2d12cd8 | ||
|
|
6b5c0401e2 | ||
|
|
993e011b91 | ||
|
|
2d5e922a6d | ||
|
|
41a38ec886 | ||
|
|
b31c00efea | ||
|
|
b48dcfa3f2 | ||
|
|
44baa36b99 | ||
|
|
7fa5982d47 | ||
|
|
fe8d0fa11a | ||
|
|
09b918db86 | ||
|
|
9dbace89be | ||
|
|
aaf65e7bfa | ||
|
|
8eede7ea8d |
49
COPYING
49
COPYING
@@ -1,16 +1,21 @@
|
|||||||
Various copyright notices found in this driver:
|
Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
|
||||||
|
Copyright 1993 by David Dawes <dawes@xfree86.org>
|
||||||
Copyright © 2004-2008 Red Hat, Inc.
|
Copyright 2002 by SuSE Linux AG, Author: Egbert Eich
|
||||||
|
Copyright 1994-2002 by The XFree86 Project, Inc.
|
||||||
|
Copyright 2002 by Paul Elliott
|
||||||
|
Copyright © 2008 University of South Australia
|
||||||
|
Copyright 2008 by Chris Salch
|
||||||
|
Copyright © 2008 Red Hat, Inc.
|
||||||
|
|
||||||
Permission to use, copy, modify, distribute, and sell this software
|
Permission to use, copy, modify, distribute, and sell this software
|
||||||
and its documentation for any purpose is hereby granted without
|
and its documentation for any purpose is hereby granted without
|
||||||
fee, provided that the above copyright notice appear in all copies
|
fee, provided that the above copyright notice appear in all copies
|
||||||
and that both that copyright notice and this permission notice
|
and that both that copyright notice and this permission notice
|
||||||
appear in supporting documentation, and that the name of Red Hat
|
appear in supporting documentation, and that the name of the authors
|
||||||
not be used in advertising or publicity pertaining to distribution
|
not be used in advertising or publicity pertaining to distribution of the
|
||||||
of the software without specific, written prior permission. Red
|
software without specific, written prior permission. The authors make no
|
||||||
Hat makes no representations about the suitability of this software
|
representations about the suitability of this software for any
|
||||||
for any purpose. It is provided "as is" without express or implied
|
purpose. It is provided "as is" without express or implied
|
||||||
warranty.
|
warranty.
|
||||||
|
|
||||||
THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
@@ -42,34 +47,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|||||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
DEALINGS IN THE SOFTWARE.
|
DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
Copyright © 2008 University of South Australia
|
|
||||||
copyrights taken from xf86-input-mouse, partly valid for this driver.
|
|
||||||
Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
|
|
||||||
Copyright 1993 by David Dawes <dawes@xfree86.org>
|
|
||||||
Copyright 2002 by SuSE Linux AG, Author: Egbert Eich
|
|
||||||
Copyright 1994-2002 by The XFree86 Project, Inc.
|
|
||||||
Copyright 2002 by Paul Elliott
|
|
||||||
|
|
||||||
Permission to use, copy, modify, distribute, and sell this software
|
|
||||||
and its documentation for any purpose is hereby granted without
|
|
||||||
fee, provided that the above copyright notice appear in all copies
|
|
||||||
and that both that copyright notice and this permission notice
|
|
||||||
appear in supporting documentation, and that the name of the authors
|
|
||||||
not be used in advertising or publicity pertaining to distribution of the
|
|
||||||
software without specific, written prior permission. The authors make no
|
|
||||||
representations about the suitability of this software for any
|
|
||||||
purpose. It is provided "as is" without express or implied
|
|
||||||
warranty.
|
|
||||||
|
|
||||||
THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
|
||||||
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
|
|
||||||
NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
|
||||||
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
||||||
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
|
||||||
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
|
||||||
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
||||||
|
|
||||||
|
|
||||||
Copyright 2005 Adam Jackson.
|
Copyright 2005 Adam Jackson.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
# Ensure headers are installed below $(prefix) for distcheck
|
# Provide an sdk location that is writable by the evdev module
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg'
|
DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg'
|
||||||
|
|
||||||
SUBDIRS = src man include
|
SUBDIRS = src man include
|
||||||
|
|||||||
64
configure.ac
64
configure.ac
@@ -20,33 +20,34 @@
|
|||||||
#
|
#
|
||||||
# Process this file with autoconf to produce a configure script
|
# Process this file with autoconf to produce a configure script
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
# Initialize Autoconf
|
||||||
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([xf86-input-evdev],
|
AC_INIT([xf86-input-evdev],
|
||||||
2.4.0,
|
[2.5.0],
|
||||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
||||||
xf86-input-evdev)
|
[xf86-input-evdev])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([Makefile.am])
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_AUX_DIR(.)
|
AC_CONFIG_AUX_DIR(.)
|
||||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
|
||||||
|
|
||||||
|
# Initialize Automake
|
||||||
|
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
# Require xorg-macros: XORG_DEFAULT_OPTIONS
|
# Initialize libtool
|
||||||
m4_ifndef([XORG_MACROS_VERSION],
|
|
||||||
[m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
|
|
||||||
XORG_MACROS_VERSION(1.3)
|
|
||||||
XORG_DEFAULT_OPTIONS
|
|
||||||
|
|
||||||
AM_CONFIG_HEADER([config.h])
|
|
||||||
|
|
||||||
# Checks for programs.
|
|
||||||
AC_DISABLE_STATIC
|
AC_DISABLE_STATIC
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
AC_PROG_CC
|
|
||||||
|
|
||||||
AH_TOP([#include "xorg-server.h"])
|
# Initialize X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
|
||||||
|
m4_ifndef([XORG_MACROS_VERSION],
|
||||||
|
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
|
||||||
|
XORG_MACROS_VERSION(1.8)
|
||||||
|
XORG_DEFAULT_OPTIONS
|
||||||
|
|
||||||
|
# Obtain compiler/linker options from server and required extensions
|
||||||
|
PKG_CHECK_MODULES(XORG, xorg-server xproto inputproto)
|
||||||
|
|
||||||
|
# Define a configure option for an alternate input module directory
|
||||||
AC_ARG_WITH(xorg-module-dir,
|
AC_ARG_WITH(xorg-module-dir,
|
||||||
AC_HELP_STRING([--with-xorg-module-dir=DIR],
|
AC_HELP_STRING([--with-xorg-module-dir=DIR],
|
||||||
[Default xorg module directory [[default=$libdir/xorg/modules]]]),
|
[Default xorg module directory [[default=$libdir/xorg/modules]]]),
|
||||||
@@ -55,28 +56,21 @@ AC_ARG_WITH(xorg-module-dir,
|
|||||||
inputdir=${moduledir}/input
|
inputdir=${moduledir}/input
|
||||||
AC_SUBST(inputdir)
|
AC_SUBST(inputdir)
|
||||||
|
|
||||||
# Checks for extensions
|
# X Server SDK location is required to install evdev header files
|
||||||
XORG_DRIVER_CHECK_EXT(XINPUT, inputproto)
|
# This location is also relayed in the xorg-evdev.pc file
|
||||||
|
sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`
|
||||||
|
|
||||||
# Checks for pkg-config packages. We need to be able to override sdkdir
|
# Workaround overriding sdkdir to be able to create a tarball when user has no
|
||||||
# to satisfy silly distcheck requirements.
|
# write permission in sdkdir. See DISTCHECK_CONFIGURE_FLAGS in Makefile.am
|
||||||
PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES)
|
AC_ARG_WITH([sdkdir], [], [sdkdir="$withval"])
|
||||||
|
|
||||||
AC_ARG_WITH([sdkdir], [],
|
|
||||||
[sdkdir="$withval"],
|
|
||||||
[sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`])
|
|
||||||
AC_SUBST([sdkdir])
|
AC_SUBST([sdkdir])
|
||||||
|
|
||||||
# Checks for libraries.
|
|
||||||
|
|
||||||
# Checks for header files.
|
|
||||||
AC_HEADER_STDC
|
|
||||||
|
|
||||||
DRIVER_NAME=evdev
|
DRIVER_NAME=evdev
|
||||||
AC_SUBST([DRIVER_NAME])
|
AC_SUBST([DRIVER_NAME])
|
||||||
|
|
||||||
AC_OUTPUT([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
man/Makefile
|
man/Makefile
|
||||||
include/Makefile
|
include/Makefile
|
||||||
xorg-evdev.pc])
|
xorg-evdev.pc])
|
||||||
|
AC_OUTPUT
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
EXTRA_DIST = evdev-properties.h
|
|
||||||
sdk_HEADERS = evdev-properties.h
|
sdk_HEADERS = evdev-properties.h
|
||||||
|
|||||||
@@ -22,33 +22,16 @@
|
|||||||
|
|
||||||
drivermandir = $(DRIVER_MAN_DIR)
|
drivermandir = $(DRIVER_MAN_DIR)
|
||||||
|
|
||||||
driverman_PRE = @DRIVER_NAME@.man
|
driverman_PRE = $(DRIVER_NAME).man
|
||||||
|
|
||||||
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
|
driverman_DATA = $(driverman_PRE:man=$(DRIVER_MAN_SUFFIX))
|
||||||
|
|
||||||
EXTRA_DIST = @DRIVER_NAME@.man
|
EXTRA_DIST = $(DRIVER_NAME).man
|
||||||
|
|
||||||
CLEANFILES = $(driverman_DATA)
|
CLEANFILES = $(driverman_DATA)
|
||||||
|
|
||||||
SED = sed
|
|
||||||
|
|
||||||
# Strings to replace in man pages
|
|
||||||
XORGRELSTRING = @PACKAGE_STRING@
|
|
||||||
XORGMANNAME = X Version 11
|
|
||||||
|
|
||||||
MAN_SUBSTS = \
|
|
||||||
-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
|
|
||||||
-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
|
|
||||||
-e 's|__xservername__|Xorg|g' \
|
|
||||||
-e 's|__xconfigfile__|xorg.conf|g' \
|
|
||||||
-e 's|__projectroot__|$(prefix)|g' \
|
|
||||||
-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
|
|
||||||
-e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \
|
|
||||||
-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
|
|
||||||
-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
|
|
||||||
-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
|
|
||||||
|
|
||||||
SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
|
SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
|
||||||
|
|
||||||
|
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
|
||||||
.man.$(DRIVER_MAN_SUFFIX):
|
.man.$(DRIVER_MAN_SUFFIX):
|
||||||
sed $(MAN_SUBSTS) < $< > $@
|
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
|
||||||
|
|||||||
@@ -19,15 +19,24 @@ evdev \- Generic Linux input driver
|
|||||||
.B evdev
|
.B evdev
|
||||||
is an __xservername__ input driver for Linux\'s generic event devices. It
|
is an __xservername__ input driver for Linux\'s generic event devices. It
|
||||||
therefore supports all input devices that the kernel knows about, including
|
therefore supports all input devices that the kernel knows about, including
|
||||||
most mice and keyboards.
|
most mice, keyboards, tablets and touchscreens.
|
||||||
|
.B evdev
|
||||||
|
is the default driver on the major Linux distributions.
|
||||||
.PP
|
.PP
|
||||||
The
|
The
|
||||||
.B evdev
|
.B evdev
|
||||||
driver can serve as both a pointer and a keyboard input device, and may be
|
driver can serve as both a pointer and a keyboard input device. Multiple
|
||||||
used as both the core keyboard and the core pointer. Multiple input devices
|
input devices are supported by multiple instances of this driver, with one
|
||||||
are supported by multiple instances of this driver, with one Load
|
InputDevice section of your __xconfigfile__ for each input device that will
|
||||||
directive for evdev in the Module section of your __xconfigfile__ for each
|
use this driver.
|
||||||
input device that will use this driver.
|
.PP
|
||||||
|
It is recommended that
|
||||||
|
.B evdev
|
||||||
|
devices are configured through the
|
||||||
|
.B InputClass
|
||||||
|
directive (refer to __xconfigfile__(__filemansuffix__)) instead of manual
|
||||||
|
per-device configuration. Devices configured in the
|
||||||
|
__xconfigfile__(__filemansuffix__) are not hot-plug capable.
|
||||||
.PP
|
.PP
|
||||||
.SH SUPPORTED HARDWARE
|
.SH SUPPORTED HARDWARE
|
||||||
In general, any input device that the kernel has a driver for can be accessed
|
In general, any input device that the kernel has a driver for can be accessed
|
||||||
@@ -76,8 +85,7 @@ indicating that the next button pressed is to be
|
|||||||
.BI "Option \*qEmulate3Buttons\*q \*q" boolean \*q
|
.BI "Option \*qEmulate3Buttons\*q \*q" boolean \*q
|
||||||
Enable/disable the emulation of the third (middle) mouse button for mice
|
Enable/disable the emulation of the third (middle) mouse button for mice
|
||||||
which only have two physical buttons. The third button is emulated by
|
which only have two physical buttons. The third button is emulated by
|
||||||
pressing both buttons simultaneously. Default: off for touchscreens, otherwise
|
pressing both buttons simultaneously. Default: off. Property: "Evdev Middle
|
||||||
on until a middle mouse button event is registered. Property: "Evdev Middle
|
|
||||||
Button Emulation".
|
Button Emulation".
|
||||||
.TP 7
|
.TP 7
|
||||||
.BI "Option \*qEmulate3Timeout\*q \*q" integer \*q
|
.BI "Option \*qEmulate3Timeout\*q \*q" integer \*q
|
||||||
@@ -228,7 +236,6 @@ value.
|
|||||||
1 16-bit positive value.
|
1 16-bit positive value.
|
||||||
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Kristian Høgsberg.
|
Kristian Høgsberg, Peter Hutterer
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__),
|
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
|
||||||
README.mouse.
|
|
||||||
|
|||||||
@@ -26,13 +26,12 @@
|
|||||||
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
|
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
|
||||||
|
|
||||||
AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS)
|
AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS)
|
||||||
|
AM_CPPFLAGS =-I$(top_srcdir)/include
|
||||||
|
|
||||||
@DRIVER_NAME@_drv_la_LTLIBRARIES = @DRIVER_NAME@_drv.la
|
@DRIVER_NAME@_drv_la_LTLIBRARIES = @DRIVER_NAME@_drv.la
|
||||||
@DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version
|
@DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version
|
||||||
@DRIVER_NAME@_drv_ladir = @inputdir@
|
@DRIVER_NAME@_drv_ladir = @inputdir@
|
||||||
|
|
||||||
INCLUDES=-I$(top_srcdir)/include/
|
|
||||||
|
|
||||||
@DRIVER_NAME@_drv_la_SOURCES = @DRIVER_NAME@.c \
|
@DRIVER_NAME@_drv_la_SOURCES = @DRIVER_NAME@.c \
|
||||||
@DRIVER_NAME@.h \
|
@DRIVER_NAME@.h \
|
||||||
emuMB.c \
|
emuMB.c \
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include "evdev.h"
|
||||||
|
|
||||||
#include <xf86.h>
|
#include <xf86.h>
|
||||||
#include <xf86Xinput.h>
|
#include <xf86Xinput.h>
|
||||||
@@ -42,7 +43,6 @@
|
|||||||
#include <exevents.h>
|
#include <exevents.h>
|
||||||
|
|
||||||
#include <evdev-properties.h>
|
#include <evdev-properties.h>
|
||||||
#include "evdev.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_PROPERTIES
|
#ifdef HAVE_PROPERTIES
|
||||||
static Atom prop_dlock = 0; /* Drag lock buttons. */
|
static Atom prop_dlock = 0; /* Drag lock buttons. */
|
||||||
@@ -145,6 +145,8 @@ EvdevDragLockPreInit(InputInfoPtr pInfo)
|
|||||||
if (next_num != NULL && *next_num == '\0')
|
if (next_num != NULL && *next_num == '\0')
|
||||||
next_num = NULL;
|
next_num = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(option_string);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Updates DragLock button state and fires button event messges */
|
/* Updates DragLock button state and fires button event messges */
|
||||||
|
|||||||
41
src/emuMB.c
41
src/emuMB.c
@@ -34,19 +34,14 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "evdev.h"
|
||||||
|
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <xf86.h>
|
#include <xf86.h>
|
||||||
#include <xf86Xinput.h>
|
#include <xf86Xinput.h>
|
||||||
#include <exevents.h>
|
#include <exevents.h>
|
||||||
|
|
||||||
#include <evdev-properties.h>
|
#include <evdev-properties.h>
|
||||||
#include "evdev.h"
|
|
||||||
|
|
||||||
enum {
|
|
||||||
MBEMU_DISABLED = 0,
|
|
||||||
MBEMU_ENABLED,
|
|
||||||
MBEMU_AUTO
|
|
||||||
};
|
|
||||||
|
|
||||||
#ifdef HAVE_PROPERTIES
|
#ifdef HAVE_PROPERTIES
|
||||||
static Atom prop_mbemu = 0; /* Middle button emulation on/off property */
|
static Atom prop_mbemu = 0; /* Middle button emulation on/off property */
|
||||||
@@ -231,11 +226,6 @@ EvdevMBEmuFilterEvent(InputInfoPtr pInfo, int button, BOOL press)
|
|||||||
if (!pEvdev->emulateMB.enabled)
|
if (!pEvdev->emulateMB.enabled)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
if (button == 2) {
|
|
||||||
EvdevMBEmuEnable(pInfo, FALSE);
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* don't care about other buttons */
|
/* don't care about other buttons */
|
||||||
if (button != 1 && button != 3)
|
if (button != 1 && button != 3)
|
||||||
return ret;
|
return ret;
|
||||||
@@ -310,20 +300,9 @@ EvdevMBEmuPreInit(InputInfoPtr pInfo)
|
|||||||
{
|
{
|
||||||
EvdevPtr pEvdev = (EvdevPtr)pInfo->private;
|
EvdevPtr pEvdev = (EvdevPtr)pInfo->private;
|
||||||
|
|
||||||
if (pEvdev->flags & EVDEV_TOUCHSCREEN)
|
pEvdev->emulateMB.enabled = xf86SetBoolOption(pInfo->options,
|
||||||
pEvdev->emulateMB.enabled = MBEMU_DISABLED;
|
"Emulate3Buttons",
|
||||||
else
|
FALSE);
|
||||||
pEvdev->emulateMB.enabled = MBEMU_AUTO;
|
|
||||||
|
|
||||||
if (xf86FindOption(pInfo->options, "Emulate3Buttons"))
|
|
||||||
{
|
|
||||||
pEvdev->emulateMB.enabled = xf86SetBoolOption(pInfo->options,
|
|
||||||
"Emulate3Buttons",
|
|
||||||
MBEMU_ENABLED);
|
|
||||||
xf86Msg(X_INFO, "%s: Forcing middle mouse button emulation %s.\n",
|
|
||||||
pInfo->name, (pEvdev->emulateMB.enabled) ? "on" : "off");
|
|
||||||
}
|
|
||||||
|
|
||||||
pEvdev->emulateMB.timeout = xf86SetIntOption(pInfo->options,
|
pEvdev->emulateMB.timeout = xf86SetIntOption(pInfo->options,
|
||||||
"Emulate3Timeout", 50);
|
"Emulate3Timeout", 50);
|
||||||
}
|
}
|
||||||
@@ -351,16 +330,6 @@ EvdevMBEmuFinalize(InputInfoPtr pInfo)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Enable/disable middle mouse button emulation. */
|
|
||||||
void
|
|
||||||
EvdevMBEmuEnable(InputInfoPtr pInfo, BOOL enable)
|
|
||||||
{
|
|
||||||
EvdevPtr pEvdev = (EvdevPtr)pInfo->private;
|
|
||||||
if (pEvdev->emulateMB.enabled == MBEMU_AUTO)
|
|
||||||
pEvdev->emulateMB.enabled = enable;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_PROPERTIES
|
#ifdef HAVE_PROPERTIES
|
||||||
static int
|
static int
|
||||||
EvdevMBEmuSetProperty(DeviceIntPtr dev, Atom atom, XIPropertyValuePtr val,
|
EvdevMBEmuSetProperty(DeviceIntPtr dev, Atom atom, XIPropertyValuePtr val,
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include "evdev.h"
|
||||||
|
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <xf86.h>
|
#include <xf86.h>
|
||||||
@@ -40,7 +41,6 @@
|
|||||||
#include <exevents.h>
|
#include <exevents.h>
|
||||||
|
|
||||||
#include <evdev-properties.h>
|
#include <evdev-properties.h>
|
||||||
#include "evdev.h"
|
|
||||||
|
|
||||||
#define WHEEL_NOT_CONFIGURED 0
|
#define WHEEL_NOT_CONFIGURED 0
|
||||||
|
|
||||||
@@ -232,13 +232,13 @@ EvdevWheelEmuHandleButtonMap(InputInfoPtr pInfo, WheelAxisPtr pAxis, char* axis_
|
|||||||
} else {
|
} else {
|
||||||
xf86Msg(X_WARNING, "%s: Invalid %s value:\"%s\"\n",
|
xf86Msg(X_WARNING, "%s: Invalid %s value:\"%s\"\n",
|
||||||
pInfo->name, axis_name, option_string);
|
pInfo->name, axis_name, option_string);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
free(option_string);
|
||||||
|
|
||||||
/* Clean up and log what happened */
|
/* Clean up and log what happened */
|
||||||
if (msg) {
|
if (msg) {
|
||||||
xf86Msg(X_CONFIG, "%s: %s: %s\n",pInfo->name, axis_name, msg);
|
xf86Msg(X_CONFIG, "%s: %s: %s\n",pInfo->name, axis_name, msg);
|
||||||
xfree(msg);
|
free(msg);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
341
src/evdev.c
341
src/evdev.c
@@ -31,9 +31,12 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "evdev.h"
|
||||||
|
|
||||||
#include <X11/keysym.h>
|
#include <X11/keysym.h>
|
||||||
#include <X11/extensions/XI.h>
|
#include <X11/extensions/XI.h>
|
||||||
|
|
||||||
|
#include <linux/version.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
@@ -45,8 +48,6 @@
|
|||||||
#include <xorgVersion.h>
|
#include <xorgVersion.h>
|
||||||
#include <xkbsrv.h>
|
#include <xkbsrv.h>
|
||||||
|
|
||||||
#include "evdev.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_PROPERTIES
|
#ifdef HAVE_PROPERTIES
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <evdev-properties.h>
|
#include <evdev-properties.h>
|
||||||
@@ -65,20 +66,6 @@
|
|||||||
#define MAXDEVICES MAX_DEVICES
|
#define MAXDEVICES MAX_DEVICES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* 2.4 compatibility */
|
|
||||||
#ifndef EVIOCGRAB
|
|
||||||
#define EVIOCGRAB _IOW('E', 0x90, int)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BTN_TASK
|
|
||||||
#define BTN_TASK 0x117
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef EV_SYN
|
|
||||||
#define EV_SYN EV_RST
|
|
||||||
#endif
|
|
||||||
/* end compat */
|
|
||||||
|
|
||||||
#define ArrayLength(a) (sizeof(a) / (sizeof((a)[0])))
|
#define ArrayLength(a) (sizeof(a) / (sizeof((a)[0])))
|
||||||
|
|
||||||
#define MIN_KEYCODE 8
|
#define MIN_KEYCODE 8
|
||||||
@@ -106,6 +93,9 @@ static int EvdevOn(DeviceIntPtr);
|
|||||||
static int EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare);
|
static int EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare);
|
||||||
static void EvdevKbdCtrl(DeviceIntPtr device, KeybdCtrl *ctrl);
|
static void EvdevKbdCtrl(DeviceIntPtr device, KeybdCtrl *ctrl);
|
||||||
static int EvdevSwitchMode(ClientPtr client, DeviceIntPtr device, int mode);
|
static int EvdevSwitchMode(ClientPtr client, DeviceIntPtr device, int mode);
|
||||||
|
static BOOL EvdevGrabDevice(InputInfoPtr pInfo, int grab, int ungrab);
|
||||||
|
static void EvdevSetCalibration(InputInfoPtr pInfo, int num_calibration, int calibration[4]);
|
||||||
|
static BOOL EvdevOpenDevice(InputInfoPtr pInfo);
|
||||||
|
|
||||||
#ifdef HAVE_PROPERTIES
|
#ifdef HAVE_PROPERTIES
|
||||||
static void EvdevInitAxesLabels(EvdevPtr pEvdev, int natoms, Atom *atoms);
|
static void EvdevInitAxesLabels(EvdevPtr pEvdev, int natoms, Atom *atoms);
|
||||||
@@ -259,7 +249,7 @@ SetXkbOption(InputInfoPtr pInfo, char *name, char **option)
|
|||||||
|
|
||||||
if ((s = xf86SetStrOption(pInfo->options, name, NULL))) {
|
if ((s = xf86SetStrOption(pInfo->options, name, NULL))) {
|
||||||
if (!s[0]) {
|
if (!s[0]) {
|
||||||
xfree(s);
|
free(s);
|
||||||
*option = NULL;
|
*option = NULL;
|
||||||
} else {
|
} else {
|
||||||
*option = s;
|
*option = s;
|
||||||
@@ -396,7 +386,7 @@ EvdevProcessValuators(InputInfoPtr pInfo, int v[MAX_VALUATORS], int *num_v,
|
|||||||
for (i = 0; i < REL_CNT; i++)
|
for (i = 0; i < REL_CNT; i++)
|
||||||
{
|
{
|
||||||
int map = pEvdev->axis_map[i];
|
int map = pEvdev->axis_map[i];
|
||||||
if (map != -1)
|
if (pEvdev->delta[i] && map != -1)
|
||||||
{
|
{
|
||||||
v[map] = pEvdev->delta[i];
|
v[map] = pEvdev->delta[i];
|
||||||
if (map < first)
|
if (map < first)
|
||||||
@@ -494,8 +484,6 @@ EvdevProcessRelativeMotionEvent(InputInfoPtr pInfo, struct input_event *ev)
|
|||||||
/* Get the signed value, earlier kernels had this as unsigned */
|
/* Get the signed value, earlier kernels had this as unsigned */
|
||||||
value = ev->value;
|
value = ev->value;
|
||||||
|
|
||||||
pEvdev->rel = 1;
|
|
||||||
|
|
||||||
switch (ev->code) {
|
switch (ev->code) {
|
||||||
case REL_WHEEL:
|
case REL_WHEEL:
|
||||||
if (value > 0)
|
if (value > 0)
|
||||||
@@ -522,6 +510,7 @@ EvdevProcessRelativeMotionEvent(InputInfoPtr pInfo, struct input_event *ev)
|
|||||||
if (EvdevWheelEmuFilterMotion(pInfo, ev))
|
if (EvdevWheelEmuFilterMotion(pInfo, ev))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
pEvdev->rel = 1;
|
||||||
pEvdev->delta[ev->code] += value;
|
pEvdev->delta[ev->code] += value;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -588,7 +577,6 @@ EvdevProcessKeyEvent(InputInfoPtr pInfo, struct input_event *ev)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case BTN_TOUCH:
|
case BTN_TOUCH:
|
||||||
pEvdev->tool = value ? ev->code : 0;
|
|
||||||
if (!(pEvdev->flags & (EVDEV_TOUCHSCREEN | EVDEV_TABLET)))
|
if (!(pEvdev->flags & (EVDEV_TOUCHSCREEN | EVDEV_TABLET)))
|
||||||
break;
|
break;
|
||||||
/* Treat BTN_TOUCH from devices that only have BTN_TOUCH as
|
/* Treat BTN_TOUCH from devices that only have BTN_TOUCH as
|
||||||
@@ -630,9 +618,9 @@ EvdevPostAbsoluteMotionEvents(InputInfoPtr pInfo, int *num_v, int *first_v,
|
|||||||
* pressed. On wacom tablets, this means that the pen is in
|
* pressed. On wacom tablets, this means that the pen is in
|
||||||
* proximity of the tablet. After the pen is removed, BTN_DIGI is
|
* proximity of the tablet. After the pen is removed, BTN_DIGI is
|
||||||
* released, and a (0, 0) absolute event is generated. Checking
|
* released, and a (0, 0) absolute event is generated. Checking
|
||||||
* pEvdev->digi here, lets us ignore that event. pEvdev is
|
* pEvdev->tool here, lets us ignore that event. pEvdev->tool is
|
||||||
* initialized to 1 so devices that doesn't use this scheme still
|
* initialized to 1 so devices that don't use this scheme still
|
||||||
* just works.
|
* just work.
|
||||||
*/
|
*/
|
||||||
if (pEvdev->abs && pEvdev->tool) {
|
if (pEvdev->abs && pEvdev->tool) {
|
||||||
xf86PostMotionEventP(pInfo->dev, TRUE, *first_v, *num_v, v);
|
xf86PostMotionEventP(pInfo->dev, TRUE, *first_v, *num_v, v);
|
||||||
@@ -673,7 +661,7 @@ static void
|
|||||||
EvdevProcessSyncEvent(InputInfoPtr pInfo, struct input_event *ev)
|
EvdevProcessSyncEvent(InputInfoPtr pInfo, struct input_event *ev)
|
||||||
{
|
{
|
||||||
int num_v = 0, first_v = 0;
|
int num_v = 0, first_v = 0;
|
||||||
int v[MAX_VALUATORS];
|
int v[MAX_VALUATORS] = {};
|
||||||
EvdevPtr pEvdev = pInfo->private;
|
EvdevPtr pEvdev = pInfo->private;
|
||||||
|
|
||||||
EvdevProcessValuators(pInfo, v, &num_v, &first_v);
|
EvdevProcessValuators(pInfo, v, &num_v, &first_v);
|
||||||
@@ -1150,7 +1138,6 @@ EvdevAddAbsClass(DeviceIntPtr device)
|
|||||||
EvdevPtr pEvdev;
|
EvdevPtr pEvdev;
|
||||||
int num_axes, axis, i = 0;
|
int num_axes, axis, i = 0;
|
||||||
Atom *atoms;
|
Atom *atoms;
|
||||||
const char *mode;
|
|
||||||
|
|
||||||
pInfo = device->public.devicePrivate;
|
pInfo = device->public.devicePrivate;
|
||||||
pEvdev = pInfo->private;
|
pEvdev = pInfo->private;
|
||||||
@@ -1161,12 +1148,18 @@ EvdevAddAbsClass(DeviceIntPtr device)
|
|||||||
num_axes = CountBits(pEvdev->abs_bitmask, NLONGS(ABS_MAX));
|
num_axes = CountBits(pEvdev->abs_bitmask, NLONGS(ABS_MAX));
|
||||||
if (num_axes < 1)
|
if (num_axes < 1)
|
||||||
return !Success;
|
return !Success;
|
||||||
|
|
||||||
|
if (num_axes > MAX_VALUATORS) {
|
||||||
|
xf86Msg(X_WARNING, "%s: found %d axes, limiting to %d.\n", device->name, num_axes, MAX_VALUATORS);
|
||||||
|
num_axes = MAX_VALUATORS;
|
||||||
|
}
|
||||||
|
|
||||||
pEvdev->num_vals = num_axes;
|
pEvdev->num_vals = num_axes;
|
||||||
memset(pEvdev->vals, 0, num_axes * sizeof(int));
|
memset(pEvdev->vals, 0, num_axes * sizeof(int));
|
||||||
memset(pEvdev->old_vals, -1, num_axes * sizeof(int));
|
memset(pEvdev->old_vals, -1, num_axes * sizeof(int));
|
||||||
atoms = xalloc(pEvdev->num_vals * sizeof(Atom));
|
atoms = malloc(pEvdev->num_vals * sizeof(Atom));
|
||||||
|
|
||||||
for (axis = ABS_X; axis <= ABS_MAX; axis++) {
|
for (axis = ABS_X; i < MAX_VALUATORS && axis <= ABS_MAX; axis++) {
|
||||||
pEvdev->axis_map[axis] = -1;
|
pEvdev->axis_map[axis] = -1;
|
||||||
if (!TestBit(axis, pEvdev->abs_bitmask))
|
if (!TestBit(axis, pEvdev->abs_bitmask))
|
||||||
continue;
|
continue;
|
||||||
@@ -1188,20 +1181,29 @@ EvdevAddAbsClass(DeviceIntPtr device)
|
|||||||
|
|
||||||
for (axis = ABS_X; axis <= ABS_MAX; axis++) {
|
for (axis = ABS_X; axis <= ABS_MAX; axis++) {
|
||||||
int axnum = pEvdev->axis_map[axis];
|
int axnum = pEvdev->axis_map[axis];
|
||||||
|
int resolution = 10000;
|
||||||
|
|
||||||
if (axnum == -1)
|
if (axnum == -1)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 30)
|
||||||
|
/* Kernel provides units/mm, X wants units/m */
|
||||||
|
if (pEvdev->absinfo[axis].resolution)
|
||||||
|
resolution = pEvdev->absinfo[axis].resolution * 1000;
|
||||||
|
#endif
|
||||||
|
|
||||||
xf86InitValuatorAxisStruct(device, axnum,
|
xf86InitValuatorAxisStruct(device, axnum,
|
||||||
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7
|
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7
|
||||||
atoms[axnum],
|
atoms[axnum],
|
||||||
#endif
|
#endif
|
||||||
pEvdev->absinfo[axis].minimum,
|
pEvdev->absinfo[axis].minimum,
|
||||||
pEvdev->absinfo[axis].maximum,
|
pEvdev->absinfo[axis].maximum,
|
||||||
10000, 0, 10000);
|
resolution, 0, resolution);
|
||||||
xf86InitValuatorDefaults(device, axnum);
|
xf86InitValuatorDefaults(device, axnum);
|
||||||
pEvdev->old_vals[axnum] = -1;
|
pEvdev->old_vals[axnum] = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
xfree(atoms);
|
free(atoms);
|
||||||
|
|
||||||
if (!InitPtrFeedbackClassDeviceStruct(device, EvdevPtrCtrlProc))
|
if (!InitPtrFeedbackClassDeviceStruct(device, EvdevPtrCtrlProc))
|
||||||
return !Success;
|
return !Success;
|
||||||
@@ -1229,6 +1231,7 @@ EvdevAddAbsClass(DeviceIntPtr device)
|
|||||||
|
|
||||||
if (xf86FindOption(pInfo->options, "Mode"))
|
if (xf86FindOption(pInfo->options, "Mode"))
|
||||||
{
|
{
|
||||||
|
char *mode;
|
||||||
mode = xf86SetStrOption(pInfo->options, "Mode", NULL);
|
mode = xf86SetStrOption(pInfo->options, "Mode", NULL);
|
||||||
if (!strcasecmp("absolute", mode))
|
if (!strcasecmp("absolute", mode))
|
||||||
pEvdev->flags &= ~EVDEV_RELATIVE_MODE;
|
pEvdev->flags &= ~EVDEV_RELATIVE_MODE;
|
||||||
@@ -1236,6 +1239,7 @@ EvdevAddAbsClass(DeviceIntPtr device)
|
|||||||
pEvdev->flags |= EVDEV_RELATIVE_MODE;
|
pEvdev->flags |= EVDEV_RELATIVE_MODE;
|
||||||
else
|
else
|
||||||
xf86Msg(X_INFO, "%s: unknown mode, use default\n", pInfo->name);
|
xf86Msg(X_INFO, "%s: unknown mode, use default\n", pInfo->name);
|
||||||
|
free(mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
return Success;
|
return Success;
|
||||||
@@ -1271,11 +1275,16 @@ EvdevAddRelClass(DeviceIntPtr device)
|
|||||||
if (num_axes <= 0)
|
if (num_axes <= 0)
|
||||||
return !Success;
|
return !Success;
|
||||||
|
|
||||||
|
if (num_axes > MAX_VALUATORS) {
|
||||||
|
xf86Msg(X_WARNING, "%s: found %d axes, limiting to %d.\n", device->name, num_axes, MAX_VALUATORS);
|
||||||
|
num_axes = MAX_VALUATORS;
|
||||||
|
}
|
||||||
|
|
||||||
pEvdev->num_vals = num_axes;
|
pEvdev->num_vals = num_axes;
|
||||||
memset(pEvdev->vals, 0, num_axes * sizeof(int));
|
memset(pEvdev->vals, 0, num_axes * sizeof(int));
|
||||||
atoms = xalloc(pEvdev->num_vals * sizeof(Atom));
|
atoms = malloc(pEvdev->num_vals * sizeof(Atom));
|
||||||
|
|
||||||
for (axis = REL_X; axis <= REL_MAX; axis++)
|
for (axis = REL_X; i < MAX_VALUATORS && axis <= REL_MAX; axis++)
|
||||||
{
|
{
|
||||||
pEvdev->axis_map[axis] = -1;
|
pEvdev->axis_map[axis] = -1;
|
||||||
/* We don't post wheel events, so ignore them here too */
|
/* We don't post wheel events, so ignore them here too */
|
||||||
@@ -1316,7 +1325,7 @@ EvdevAddRelClass(DeviceIntPtr device)
|
|||||||
xf86InitValuatorDefaults(device, axnum);
|
xf86InitValuatorDefaults(device, axnum);
|
||||||
}
|
}
|
||||||
|
|
||||||
xfree(atoms);
|
free(atoms);
|
||||||
|
|
||||||
pInfo->flags |= XI86_POINTER_CAPABLE;
|
pInfo->flags |= XI86_POINTER_CAPABLE;
|
||||||
|
|
||||||
@@ -1333,7 +1342,7 @@ EvdevAddButtonClass(DeviceIntPtr device)
|
|||||||
pInfo = device->public.devicePrivate;
|
pInfo = device->public.devicePrivate;
|
||||||
pEvdev = pInfo->private;
|
pEvdev = pInfo->private;
|
||||||
|
|
||||||
labels = xalloc(pEvdev->num_buttons * sizeof(Atom));
|
labels = malloc(pEvdev->num_buttons * sizeof(Atom));
|
||||||
EvdevInitButtonLabels(pEvdev, pEvdev->num_buttons, labels);
|
EvdevInitButtonLabels(pEvdev, pEvdev->num_buttons, labels);
|
||||||
|
|
||||||
if (!InitButtonClassDeviceStruct(device, pEvdev->num_buttons,
|
if (!InitButtonClassDeviceStruct(device, pEvdev->num_buttons,
|
||||||
@@ -1343,7 +1352,7 @@ EvdevAddButtonClass(DeviceIntPtr device)
|
|||||||
pEvdev->btnmap))
|
pEvdev->btnmap))
|
||||||
return !Success;
|
return !Success;
|
||||||
|
|
||||||
xfree(labels);
|
free(labels);
|
||||||
return Success;
|
return Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1371,15 +1380,16 @@ EvdevInitButtonMapping(InputInfoPtr pInfo)
|
|||||||
/* Check for user-defined button mapping */
|
/* Check for user-defined button mapping */
|
||||||
if ((mapping = xf86CheckStrOption(pInfo->options, "ButtonMapping", NULL)))
|
if ((mapping = xf86CheckStrOption(pInfo->options, "ButtonMapping", NULL)))
|
||||||
{
|
{
|
||||||
char *s = " ";
|
char *map, *s = " ";
|
||||||
int btn = 0;
|
int btn = 0;
|
||||||
|
|
||||||
xf86Msg(X_CONFIG, "%s: ButtonMapping '%s'\n", pInfo->name, mapping);
|
xf86Msg(X_CONFIG, "%s: ButtonMapping '%s'\n", pInfo->name, mapping);
|
||||||
|
map = mapping;
|
||||||
while (s && *s != '\0' && nbuttons < EVDEV_MAXBUTTONS)
|
while (s && *s != '\0' && nbuttons < EVDEV_MAXBUTTONS)
|
||||||
{
|
{
|
||||||
btn = strtol(mapping, &s, 10);
|
btn = strtol(map, &s, 10);
|
||||||
|
|
||||||
if (s == mapping || btn < 0 || btn > EVDEV_MAXBUTTONS)
|
if (s == map || btn < 0 || btn > EVDEV_MAXBUTTONS)
|
||||||
{
|
{
|
||||||
xf86Msg(X_ERROR,
|
xf86Msg(X_ERROR,
|
||||||
"%s: ... Invalid button mapping. Using defaults\n",
|
"%s: ... Invalid button mapping. Using defaults\n",
|
||||||
@@ -1389,8 +1399,9 @@ EvdevInitButtonMapping(InputInfoPtr pInfo)
|
|||||||
}
|
}
|
||||||
|
|
||||||
pEvdev->btnmap[nbuttons++] = btn;
|
pEvdev->btnmap[nbuttons++] = btn;
|
||||||
mapping = s;
|
map = s;
|
||||||
}
|
}
|
||||||
|
free(mapping);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = nbuttons; i < ArrayLength(pEvdev->btnmap); i++)
|
for (i = nbuttons; i < ArrayLength(pEvdev->btnmap); i++)
|
||||||
@@ -1531,35 +1542,14 @@ EvdevOn(DeviceIntPtr device)
|
|||||||
{
|
{
|
||||||
InputInfoPtr pInfo;
|
InputInfoPtr pInfo;
|
||||||
EvdevPtr pEvdev;
|
EvdevPtr pEvdev;
|
||||||
int rc = 0;
|
|
||||||
|
|
||||||
pInfo = device->public.devicePrivate;
|
pInfo = device->public.devicePrivate;
|
||||||
pEvdev = pInfo->private;
|
pEvdev = pInfo->private;
|
||||||
|
/* after PreInit fd is still open */
|
||||||
if (pInfo->fd == -1) /* after PreInit fd is still open */
|
if (!EvdevOpenDevice(pInfo))
|
||||||
{
|
|
||||||
do {
|
|
||||||
pInfo->fd = open(pEvdev->device, O_RDWR | O_NONBLOCK, 0);
|
|
||||||
} while (pInfo->fd < 0 && errno == EINTR);
|
|
||||||
|
|
||||||
if (pInfo->fd < 0) {
|
|
||||||
xf86Msg(X_ERROR, "Unable to open evdev device \"%s\".\n",
|
|
||||||
pEvdev->device);
|
|
||||||
return !Success;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (pEvdev->grabDevice && (rc = ioctl(pInfo->fd, EVIOCGRAB, (void *)1)))
|
|
||||||
xf86Msg(X_WARNING, "%s: Grab failed (%s)\n", pInfo->name,
|
|
||||||
strerror(errno));
|
|
||||||
|
|
||||||
pEvdev->min_maj = EvdevGetMajorMinor(pInfo);
|
|
||||||
if (EvdevIsDuplicate(pInfo))
|
|
||||||
{
|
|
||||||
xf86Msg(X_WARNING, "%s: Refusing to enable duplicate device.\n",
|
|
||||||
pInfo->name);
|
|
||||||
return !Success;
|
return !Success;
|
||||||
}
|
|
||||||
|
EvdevGrabDevice(pInfo, 1, 0);
|
||||||
|
|
||||||
xf86FlushInput(pInfo->fd);
|
xf86FlushInput(pInfo->fd);
|
||||||
xf86AddEnabledDevice(pInfo);
|
xf86AddEnabledDevice(pInfo);
|
||||||
@@ -1593,9 +1583,7 @@ EvdevProc(DeviceIntPtr device, int what)
|
|||||||
EvdevMBEmuFinalize(pInfo);
|
EvdevMBEmuFinalize(pInfo);
|
||||||
if (pInfo->fd != -1)
|
if (pInfo->fd != -1)
|
||||||
{
|
{
|
||||||
if (pEvdev->grabDevice && ioctl(pInfo->fd, EVIOCGRAB, (void *)0))
|
EvdevGrabDevice(pInfo, 0, 1);
|
||||||
xf86Msg(X_WARNING, "%s: Release failed (%s)\n", pInfo->name,
|
|
||||||
strerror(errno));
|
|
||||||
xf86RemoveEnabledDevice(pInfo);
|
xf86RemoveEnabledDevice(pInfo);
|
||||||
close(pInfo->fd);
|
close(pInfo->fd);
|
||||||
pInfo->fd = -1;
|
pInfo->fd = -1;
|
||||||
@@ -1631,8 +1619,7 @@ static int
|
|||||||
EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare)
|
EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare)
|
||||||
{
|
{
|
||||||
EvdevPtr pEvdev = pInfo->private;
|
EvdevPtr pEvdev = pInfo->private;
|
||||||
size_t len;
|
int i, len;
|
||||||
int i;
|
|
||||||
|
|
||||||
char name[1024] = {0};
|
char name[1024] = {0};
|
||||||
unsigned long bitmask[NLONGS(EV_CNT)] = {0};
|
unsigned long bitmask[NLONGS(EV_CNT)] = {0};
|
||||||
@@ -1763,28 +1750,39 @@ error:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Issue an EVIOCGRAB on the device file, either as a grab or to ungrab, or
|
||||||
|
* both. Return TRUE on success, otherwise FALSE. Failing the release is a
|
||||||
|
* still considered a success, because it's not as if you could do anything
|
||||||
|
* about it.
|
||||||
|
*/
|
||||||
|
static BOOL
|
||||||
|
EvdevGrabDevice(InputInfoPtr pInfo, int grab, int ungrab)
|
||||||
|
{
|
||||||
|
EvdevPtr pEvdev = pInfo->private;
|
||||||
|
|
||||||
|
if (pEvdev->grabDevice)
|
||||||
|
{
|
||||||
|
if (grab && ioctl(pInfo->fd, EVIOCGRAB, (void *)1)) {
|
||||||
|
xf86Msg(X_WARNING, "%s: Grab failed (%s)\n", pInfo->name,
|
||||||
|
strerror(errno));
|
||||||
|
return FALSE;
|
||||||
|
} else if (ungrab && ioctl(pInfo->fd, EVIOCGRAB, (void *)0))
|
||||||
|
xf86Msg(X_WARNING, "%s: Release failed (%s)\n", pInfo->name,
|
||||||
|
strerror(errno));
|
||||||
|
}
|
||||||
|
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
EvdevProbe(InputInfoPtr pInfo)
|
EvdevProbe(InputInfoPtr pInfo)
|
||||||
{
|
{
|
||||||
int i, has_rel_axes, has_abs_axes, has_keys, num_buttons, has_scroll;
|
int i, has_rel_axes, has_abs_axes, has_keys, num_buttons, has_scroll;
|
||||||
int has_lmr; /* left middle right */
|
int has_lmr; /* left middle right */
|
||||||
int kernel24 = 0;
|
|
||||||
int ignore_abs = 0, ignore_rel = 0;
|
int ignore_abs = 0, ignore_rel = 0;
|
||||||
EvdevPtr pEvdev = pInfo->private;
|
EvdevPtr pEvdev = pInfo->private;
|
||||||
|
|
||||||
if (pEvdev->grabDevice && ioctl(pInfo->fd, EVIOCGRAB, (void *)1)) {
|
|
||||||
if (errno == EINVAL) {
|
|
||||||
/* keyboards are unsafe in 2.4 */
|
|
||||||
kernel24 = 1;
|
|
||||||
pEvdev->grabDevice = 0;
|
|
||||||
} else {
|
|
||||||
xf86Msg(X_ERROR, "Grab failed. Device already configured?\n");
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
} else if (pEvdev->grabDevice) {
|
|
||||||
ioctl(pInfo->fd, EVIOCGRAB, (void *)0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Trinary state for ignoring axes:
|
/* Trinary state for ignoring axes:
|
||||||
- unset: do the normal thing.
|
- unset: do the normal thing.
|
||||||
- TRUE: explicitly ignore them.
|
- TRUE: explicitly ignore them.
|
||||||
@@ -1833,7 +1831,7 @@ EvdevProbe(InputInfoPtr pInfo)
|
|||||||
{
|
{
|
||||||
pEvdev->flags |= EVDEV_BUTTON_EVENTS;
|
pEvdev->flags |= EVDEV_BUTTON_EVENTS;
|
||||||
pEvdev->num_buttons = num_buttons;
|
pEvdev->num_buttons = num_buttons;
|
||||||
xf86Msg(X_INFO, "%s: Found %d mouse buttons\n", pInfo->name,
|
xf86Msg(X_PROBED, "%s: Found %d mouse buttons\n", pInfo->name,
|
||||||
num_buttons);
|
num_buttons);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1848,7 +1846,7 @@ EvdevProbe(InputInfoPtr pInfo)
|
|||||||
if (TestBit(REL_WHEEL, pEvdev->rel_bitmask) ||
|
if (TestBit(REL_WHEEL, pEvdev->rel_bitmask) ||
|
||||||
TestBit(REL_HWHEEL, pEvdev->rel_bitmask) ||
|
TestBit(REL_HWHEEL, pEvdev->rel_bitmask) ||
|
||||||
TestBit(REL_DIAL, pEvdev->rel_bitmask)) {
|
TestBit(REL_DIAL, pEvdev->rel_bitmask)) {
|
||||||
xf86Msg(X_INFO, "%s: Found scroll wheel(s)\n", pInfo->name);
|
xf86Msg(X_PROBED, "%s: Found scroll wheel(s)\n", pInfo->name);
|
||||||
has_scroll = TRUE;
|
has_scroll = TRUE;
|
||||||
if (!num_buttons)
|
if (!num_buttons)
|
||||||
xf86Msg(X_INFO, "%s: Forcing buttons for scroll wheel(s)\n",
|
xf86Msg(X_INFO, "%s: Forcing buttons for scroll wheel(s)\n",
|
||||||
@@ -1859,12 +1857,12 @@ EvdevProbe(InputInfoPtr pInfo)
|
|||||||
|
|
||||||
if (!ignore_rel)
|
if (!ignore_rel)
|
||||||
{
|
{
|
||||||
xf86Msg(X_INFO, "%s: Found relative axes\n", pInfo->name);
|
xf86Msg(X_PROBED, "%s: Found relative axes\n", pInfo->name);
|
||||||
pEvdev->flags |= EVDEV_RELATIVE_EVENTS;
|
pEvdev->flags |= EVDEV_RELATIVE_EVENTS;
|
||||||
|
|
||||||
if (TestBit(REL_X, pEvdev->rel_bitmask) &&
|
if (TestBit(REL_X, pEvdev->rel_bitmask) &&
|
||||||
TestBit(REL_Y, pEvdev->rel_bitmask)) {
|
TestBit(REL_Y, pEvdev->rel_bitmask)) {
|
||||||
xf86Msg(X_INFO, "%s: Found x and y relative axes\n", pInfo->name);
|
xf86Msg(X_PROBED, "%s: Found x and y relative axes\n", pInfo->name);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
xf86Msg(X_INFO, "%s: Relative axes present but ignored.\n", pInfo->name);
|
xf86Msg(X_INFO, "%s: Relative axes present but ignored.\n", pInfo->name);
|
||||||
@@ -1884,15 +1882,15 @@ EvdevProbe(InputInfoPtr pInfo)
|
|||||||
xf86Msg(X_INFO, "%s: Absolute axes present but ignored.\n", pInfo->name);
|
xf86Msg(X_INFO, "%s: Absolute axes present but ignored.\n", pInfo->name);
|
||||||
has_abs_axes = FALSE;
|
has_abs_axes = FALSE;
|
||||||
} else if (has_abs_axes) {
|
} else if (has_abs_axes) {
|
||||||
xf86Msg(X_INFO, "%s: Found absolute axes\n", pInfo->name);
|
xf86Msg(X_PROBED, "%s: Found absolute axes\n", pInfo->name);
|
||||||
pEvdev->flags |= EVDEV_ABSOLUTE_EVENTS;
|
pEvdev->flags |= EVDEV_ABSOLUTE_EVENTS;
|
||||||
|
|
||||||
if ((TestBit(ABS_X, pEvdev->abs_bitmask) &&
|
if ((TestBit(ABS_X, pEvdev->abs_bitmask) &&
|
||||||
TestBit(ABS_Y, pEvdev->abs_bitmask))) {
|
TestBit(ABS_Y, pEvdev->abs_bitmask))) {
|
||||||
xf86Msg(X_INFO, "%s: Found x and y absolute axes\n", pInfo->name);
|
xf86Msg(X_PROBED, "%s: Found x and y absolute axes\n", pInfo->name);
|
||||||
if (TestBit(BTN_TOOL_PEN, pEvdev->key_bitmask))
|
if (TestBit(BTN_TOOL_PEN, pEvdev->key_bitmask))
|
||||||
{
|
{
|
||||||
xf86Msg(X_INFO, "%s: Found absolute tablet.\n", pInfo->name);
|
xf86Msg(X_PROBED, "%s: Found absolute tablet.\n", pInfo->name);
|
||||||
pEvdev->flags |= EVDEV_TABLET;
|
pEvdev->flags |= EVDEV_TABLET;
|
||||||
if (!pEvdev->num_buttons)
|
if (!pEvdev->num_buttons)
|
||||||
{
|
{
|
||||||
@@ -1902,11 +1900,11 @@ EvdevProbe(InputInfoPtr pInfo)
|
|||||||
} else if (TestBit(ABS_PRESSURE, pEvdev->abs_bitmask) ||
|
} else if (TestBit(ABS_PRESSURE, pEvdev->abs_bitmask) ||
|
||||||
TestBit(BTN_TOUCH, pEvdev->key_bitmask)) {
|
TestBit(BTN_TOUCH, pEvdev->key_bitmask)) {
|
||||||
if (has_lmr || TestBit(BTN_TOOL_FINGER, pEvdev->key_bitmask)) {
|
if (has_lmr || TestBit(BTN_TOOL_FINGER, pEvdev->key_bitmask)) {
|
||||||
xf86Msg(X_INFO, "%s: Found absolute touchpad.\n", pInfo->name);
|
xf86Msg(X_PROBED, "%s: Found absolute touchpad.\n", pInfo->name);
|
||||||
pEvdev->flags |= EVDEV_TOUCHPAD;
|
pEvdev->flags |= EVDEV_TOUCHPAD;
|
||||||
memset(pEvdev->old_vals, -1, sizeof(int) * pEvdev->num_vals);
|
memset(pEvdev->old_vals, -1, sizeof(int) * pEvdev->num_vals);
|
||||||
} else {
|
} else {
|
||||||
xf86Msg(X_INFO, "%s: Found absolute touchscreen\n", pInfo->name);
|
xf86Msg(X_PROBED, "%s: Found absolute touchscreen\n", pInfo->name);
|
||||||
pEvdev->flags |= EVDEV_TOUCHSCREEN;
|
pEvdev->flags |= EVDEV_TOUCHSCREEN;
|
||||||
pEvdev->flags |= EVDEV_BUTTON_EVENTS;
|
pEvdev->flags |= EVDEV_BUTTON_EVENTS;
|
||||||
}
|
}
|
||||||
@@ -1916,13 +1914,37 @@ EvdevProbe(InputInfoPtr pInfo)
|
|||||||
|
|
||||||
for (i = 0; i < BTN_MISC; i++) {
|
for (i = 0; i < BTN_MISC; i++) {
|
||||||
if (TestBit(i, pEvdev->key_bitmask)) {
|
if (TestBit(i, pEvdev->key_bitmask)) {
|
||||||
xf86Msg(X_INFO, "%s: Found keys\n", pInfo->name);
|
xf86Msg(X_PROBED, "%s: Found keys\n", pInfo->name);
|
||||||
pEvdev->flags |= EVDEV_KEYBOARD_EVENTS;
|
pEvdev->flags |= EVDEV_KEYBOARD_EVENTS;
|
||||||
has_keys = TRUE;
|
has_keys = TRUE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (has_rel_axes || has_abs_axes)
|
||||||
|
{
|
||||||
|
char *str;
|
||||||
|
int num_calibration = 0, calibration[4] = { 0, 0, 0, 0 };
|
||||||
|
|
||||||
|
pEvdev->invert_x = xf86SetBoolOption(pInfo->options, "InvertX", FALSE);
|
||||||
|
pEvdev->invert_y = xf86SetBoolOption(pInfo->options, "InvertY", FALSE);
|
||||||
|
pEvdev->swap_axes = xf86SetBoolOption(pInfo->options, "SwapAxes", FALSE);
|
||||||
|
|
||||||
|
str = xf86CheckStrOption(pInfo->options, "Calibration", NULL);
|
||||||
|
if (str) {
|
||||||
|
num_calibration = sscanf(str, "%d %d %d %d",
|
||||||
|
&calibration[0], &calibration[1],
|
||||||
|
&calibration[2], &calibration[3]);
|
||||||
|
free(str);
|
||||||
|
if (num_calibration == 4)
|
||||||
|
EvdevSetCalibration(pInfo, num_calibration, calibration);
|
||||||
|
else
|
||||||
|
xf86Msg(X_ERROR,
|
||||||
|
"%s: Insufficient calibration factors (%d). Ignoring calibration\n",
|
||||||
|
pInfo->name, num_calibration);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (has_rel_axes || has_abs_axes || num_buttons) {
|
if (has_rel_axes || has_abs_axes || num_buttons) {
|
||||||
pInfo->flags |= XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS |
|
pInfo->flags |= XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS |
|
||||||
XI86_CONFIGURED;
|
XI86_CONFIGURED;
|
||||||
@@ -1942,14 +1964,9 @@ EvdevProbe(InputInfoPtr pInfo)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (has_keys) {
|
if (has_keys) {
|
||||||
if (kernel24) {
|
xf86Msg(X_INFO, "%s: Configuring as keyboard\n", pInfo->name);
|
||||||
xf86Msg(X_INFO, "%s: Kernel < 2.6 is too old, ignoring keyboard\n",
|
pInfo->flags |= XI86_KEYBOARD_CAPABLE | XI86_CONFIGURED;
|
||||||
pInfo->name);
|
pInfo->type_name = XI_KEYBOARD;
|
||||||
} else {
|
|
||||||
xf86Msg(X_INFO, "%s: Configuring as keyboard\n", pInfo->name);
|
|
||||||
pInfo->flags |= XI86_KEYBOARD_CAPABLE | XI86_CONFIGURED;
|
|
||||||
pInfo->type_name = XI_KEYBOARD;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (has_scroll && (pInfo->flags & XI86_CONFIGURED) &&
|
if (has_scroll && (pInfo->flags & XI86_CONFIGURED) &&
|
||||||
@@ -1990,18 +2007,60 @@ EvdevSetCalibration(InputInfoPtr pInfo, int num_calibration, int calibration[4])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static BOOL
|
||||||
|
EvdevOpenDevice(InputInfoPtr pInfo)
|
||||||
|
{
|
||||||
|
EvdevPtr pEvdev = pInfo->private;
|
||||||
|
char *device = (char*)pEvdev->device;
|
||||||
|
|
||||||
|
if (!device)
|
||||||
|
{
|
||||||
|
device = xf86CheckStrOption(pInfo->options, "Device", NULL);
|
||||||
|
if (!device) {
|
||||||
|
xf86Msg(X_ERROR, "%s: No device specified.\n", pInfo->name);
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
pEvdev->device = device;
|
||||||
|
xf86Msg(X_CONFIG, "%s: Device: \"%s\"\n", pInfo->name, device);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (pInfo->fd < 0)
|
||||||
|
{
|
||||||
|
do {
|
||||||
|
pInfo->fd = open(device, O_RDWR | O_NONBLOCK, 0);
|
||||||
|
} while (pInfo->fd < 0 && errno == EINTR);
|
||||||
|
|
||||||
|
if (pInfo->fd < 0) {
|
||||||
|
xf86Msg(X_ERROR, "Unable to open evdev device \"%s\".\n", device);
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Check major/minor of device node to avoid adding duplicate devices. */
|
||||||
|
pEvdev->min_maj = EvdevGetMajorMinor(pInfo);
|
||||||
|
if (EvdevIsDuplicate(pInfo))
|
||||||
|
{
|
||||||
|
xf86Msg(X_WARNING, "%s: device file is duplicate. Ignoring.\n",
|
||||||
|
pInfo->name);
|
||||||
|
close(pInfo->fd);
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
static InputInfoPtr
|
static InputInfoPtr
|
||||||
EvdevPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
|
EvdevPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
|
||||||
{
|
{
|
||||||
InputInfoPtr pInfo;
|
InputInfoPtr pInfo;
|
||||||
const char *device, *str;
|
|
||||||
int num_calibration = 0, calibration[4] = { 0, 0, 0, 0 };
|
|
||||||
EvdevPtr pEvdev;
|
EvdevPtr pEvdev;
|
||||||
|
|
||||||
if (!(pInfo = xf86AllocateInput(drv, 0)))
|
if (!(pInfo = xf86AllocateInput(drv, 0)))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
/* Initialise the InputInfoRec. */
|
/* Initialise the InputInfoRec. */
|
||||||
|
pInfo->fd = -1;
|
||||||
pInfo->name = dev->identifier;
|
pInfo->name = dev->identifier;
|
||||||
pInfo->flags = 0;
|
pInfo->flags = 0;
|
||||||
pInfo->type_name = "UNKNOWN";
|
pInfo->type_name = "UNKNOWN";
|
||||||
@@ -2017,81 +2076,45 @@ EvdevPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
|
|||||||
pInfo->private_flags = 0;
|
pInfo->private_flags = 0;
|
||||||
pInfo->always_core_feedback = NULL;
|
pInfo->always_core_feedback = NULL;
|
||||||
pInfo->conf_idev = dev;
|
pInfo->conf_idev = dev;
|
||||||
|
pInfo->private = NULL;
|
||||||
|
|
||||||
if (!(pEvdev = xcalloc(sizeof(EvdevRec), 1)))
|
if (!(pEvdev = calloc(sizeof(EvdevRec), 1)))
|
||||||
return pInfo;
|
goto error;
|
||||||
|
|
||||||
pInfo->private = pEvdev;
|
pInfo->private = pEvdev;
|
||||||
|
|
||||||
xf86CollectInputOptions(pInfo, evdevDefaults, NULL);
|
xf86CollectInputOptions(pInfo, evdevDefaults, NULL);
|
||||||
xf86ProcessCommonOptions(pInfo, pInfo->options);
|
xf86ProcessCommonOptions(pInfo, pInfo->options);
|
||||||
|
|
||||||
|
if (!EvdevOpenDevice(pInfo))
|
||||||
|
goto error;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We initialize pEvdev->tool to 1 so that device that doesn't use
|
* We initialize pEvdev->tool to 1 so that device that doesn't use
|
||||||
* proximity will still report events.
|
* proximity will still report events.
|
||||||
*/
|
*/
|
||||||
pEvdev->tool = 1;
|
pEvdev->tool = 1;
|
||||||
|
|
||||||
device = xf86CheckStrOption(dev->commonOptions, "Device", NULL);
|
|
||||||
if (!device) {
|
|
||||||
xf86Msg(X_ERROR, "%s: No device specified.\n", pInfo->name);
|
|
||||||
xf86DeleteInput(pInfo, 0);
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
pEvdev->device = device;
|
|
||||||
|
|
||||||
xf86Msg(X_CONFIG, "%s: Device: \"%s\"\n", pInfo->name, device);
|
|
||||||
do {
|
|
||||||
pInfo->fd = open(device, O_RDWR | O_NONBLOCK, 0);
|
|
||||||
} while (pInfo->fd < 0 && errno == EINTR);
|
|
||||||
|
|
||||||
if (pInfo->fd < 0) {
|
|
||||||
xf86Msg(X_ERROR, "Unable to open evdev device \"%s\".\n", device);
|
|
||||||
xf86DeleteInput(pInfo, 0);
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Check major/minor of device node to avoid adding duplicate devices. */
|
|
||||||
pEvdev->min_maj = EvdevGetMajorMinor(pInfo);
|
|
||||||
if (EvdevIsDuplicate(pInfo))
|
|
||||||
{
|
|
||||||
xf86Msg(X_WARNING, "%s: device file already in use. Ignoring.\n",
|
|
||||||
pInfo->name);
|
|
||||||
close(pInfo->fd);
|
|
||||||
xf86DeleteInput(pInfo, 0);
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
pEvdev->invert_x = xf86SetBoolOption(pInfo->options, "InvertX", FALSE);
|
|
||||||
pEvdev->invert_y = xf86SetBoolOption(pInfo->options, "InvertY", FALSE);
|
|
||||||
pEvdev->swap_axes = xf86SetBoolOption(pInfo->options, "SwapAxes", FALSE);
|
|
||||||
|
|
||||||
str = xf86CheckStrOption(pInfo->options, "Calibration", NULL);
|
|
||||||
if (str) {
|
|
||||||
num_calibration = sscanf(str, "%d %d %d %d",
|
|
||||||
&calibration[0], &calibration[1],
|
|
||||||
&calibration[2], &calibration[3]);
|
|
||||||
if (num_calibration == 4)
|
|
||||||
EvdevSetCalibration(pInfo, num_calibration, calibration);
|
|
||||||
else
|
|
||||||
xf86Msg(X_ERROR,
|
|
||||||
"%s: Insufficient calibration factors (%d). Ignoring calibration\n",
|
|
||||||
pInfo->name, num_calibration);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Grabbing the event device stops in-kernel event forwarding. In other
|
/* Grabbing the event device stops in-kernel event forwarding. In other
|
||||||
words, it disables rfkill and the "Macintosh mouse button emulation".
|
words, it disables rfkill and the "Macintosh mouse button emulation".
|
||||||
Note that this needs a server that sets the console to RAW mode. */
|
Note that this needs a server that sets the console to RAW mode. */
|
||||||
pEvdev->grabDevice = xf86CheckBoolOption(dev->commonOptions, "GrabDevice", 0);
|
pEvdev->grabDevice = xf86CheckBoolOption(dev->commonOptions, "GrabDevice", 0);
|
||||||
|
|
||||||
|
/* If grabDevice is set, ungrab immediately since we only want to grab
|
||||||
|
* between DEVICE_ON and DEVICE_OFF. If we never get DEVICE_ON, don't
|
||||||
|
* hold a grab. */
|
||||||
|
if (!EvdevGrabDevice(pInfo, 1, 1))
|
||||||
|
{
|
||||||
|
xf86Msg(X_WARNING, "%s: Device may already be configured.\n",
|
||||||
|
pInfo->name);
|
||||||
|
goto error;
|
||||||
|
}
|
||||||
|
|
||||||
EvdevInitButtonMapping(pInfo);
|
EvdevInitButtonMapping(pInfo);
|
||||||
|
|
||||||
if (EvdevCacheCompare(pInfo, FALSE) ||
|
if (EvdevCacheCompare(pInfo, FALSE) ||
|
||||||
EvdevProbe(pInfo)) {
|
EvdevProbe(pInfo)) {
|
||||||
close(pInfo->fd);
|
goto error;
|
||||||
xf86DeleteInput(pInfo, 0);
|
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
EvdevAddDevice(pInfo);
|
EvdevAddDevice(pInfo);
|
||||||
@@ -2104,6 +2127,12 @@ EvdevPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return pInfo;
|
return pInfo;
|
||||||
|
|
||||||
|
error:
|
||||||
|
if (pInfo->fd >= 0)
|
||||||
|
close(pInfo->fd);
|
||||||
|
xf86DeleteInput(pInfo, 0);
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
_X_EXPORT InputDriverRec EVDEV = {
|
_X_EXPORT InputDriverRec EVDEV = {
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
|
#include <xorg-server.h>
|
||||||
#include <xf86Xinput.h>
|
#include <xf86Xinput.h>
|
||||||
#include <xf86_OSproc.h>
|
#include <xf86_OSproc.h>
|
||||||
#include <xkbstr.h>
|
#include <xkbstr.h>
|
||||||
@@ -213,7 +214,6 @@ void EvdevMBEmuBlockHandler(pointer, struct timeval**, pointer);
|
|||||||
void EvdevMBEmuPreInit(InputInfoPtr);
|
void EvdevMBEmuPreInit(InputInfoPtr);
|
||||||
void EvdevMBEmuOn(InputInfoPtr);
|
void EvdevMBEmuOn(InputInfoPtr);
|
||||||
void EvdevMBEmuFinalize(InputInfoPtr);
|
void EvdevMBEmuFinalize(InputInfoPtr);
|
||||||
void EvdevMBEmuEnable(InputInfoPtr, BOOL);
|
|
||||||
|
|
||||||
/* Mouse Wheel emulation */
|
/* Mouse Wheel emulation */
|
||||||
void EvdevWheelEmuPreInit(InputInfoPtr pInfo);
|
void EvdevWheelEmuPreInit(InputInfoPtr pInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user