Commit Graph

111 Commits

Author SHA1 Message Date
Peter Hutterer 3e81e4adca Handle holes in the event node lists
The current code simply counts the number of directory entries and takes
that as the maximum event node given. That isn't true if we have a hole in the
event range after removing a device, making the last device in the list
unaccessible.

Fix this by actually looking at the event node numbers.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-01-29 06:57:45 +10:00
Peter Hutterer 412c1ad90d evtest 1.32
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-08-08 12:49:19 +10:00
Peter Hutterer 4ea99348fb Free the file name on error
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-08-08 12:49:07 +10:00
Peter Hutterer c0fdef44a4 Point users at fuser to figure out what has the device open
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-08-08 12:46:30 +10:00
Peter Hutterer 0e14da978e Fix build error on kernels w/o input properties
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-08-31 15:32:39 +10:00
Peter Hutterer a45a36ee66 Rename BTN_A/B/X/Y to BTN_SOUTH/EAST/NORTH/WEST
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reported-by: Chris Healy <cphealy@gmail.com>
2013-08-29 11:03:14 +10:00
Peter Hutterer 219a1c8dbd Add KEY_ATTENDANT_* group
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reported-by: Chris Healy <cphealy@gmail.com>
2013-08-29 11:02:56 +10:00
Peter Hutterer 00fcdafe72 Add KEY_CAMERA_*
Upstream e2d3d44b9a6efe4f3968252d4b680397a9640268

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reported-by: Chris Healy <cphealy@gmail.com>
2013-08-29 11:02:41 +10:00
Peter Hutterer 7e2fde8b2b Add BTN_DPAD_*
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reported-by: Chris Healy <cphealy@gmail.com>
2013-08-29 08:59:00 +10:00
Peter Hutterer a2a4904a89 Add a basic README
This is mainly so we have a pointer to the input-tools list

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-08-29 07:22:17 +10:00
Peter Hutterer 3ba2bc8a02 Always print EV_REP values, even when no properties exist
Previous code had repeat handling within the ifdef INPUT_PROP_SEMI_MT.
EV_REP pre-dates input properties.

Also rename the actual printing code. Repeat handling is sort-of a property
but let's not confuse the two.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-08-23 09:20:24 +10:00
Peter Hutterer 1a63070846 Prevent out-of-bounds access for undefined types/codes
The various arrays that define the names are of the respective type size
(i.e. rel is of size REL_CNT, etc.). This means the size is encoded at
compile time, with no boundary checks at runtime for whether a type or
code exceeds those limits.

Wrap the accesses into those arrays into helper functions that check for the
maximum allowed sizes for types and for the respective event codes.

Reported-by: Stéphane Chatty <chatty@enac.fr>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-08-23 09:20:24 +10:00
Peter Hutterer d29b44ea96 Use temp variables for type/code when printing events
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-08-23 09:20:24 +10:00
Peter Hutterer a92be3bad6 Clarify a condition
EV_SYN is 0, so !type means type == EV_SYN

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-08-23 09:20:24 +10:00
Peter Hutterer d15b45350e Use type/code/prop instead of i/j
Slight readability enhancement

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-08-23 09:20:24 +10:00
Peter Hutterer a820014f5c Add some extra braces
No functional change

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-08-23 09:20:24 +10:00
Peter Hutterer b9e0d60ea7 Add SYN_DROPPED
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-08-23 09:20:24 +10:00
Peter Hutterer a31d03ec55 Define SYN_MAX instead of a hardcoded value
This is a bump from the previous one since current kernels have SYN_DROPPED
of 3 - might as well update to this value.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
2013-08-23 09:20:17 +10:00
Peter Hutterer 244a5000cc Drop an unnecessary ifdef
SYN_MT_REPORT is always defined (see top of evtest.c)

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-08-22 13:31:06 +10:00
Peter Hutterer 203abc7a6f evtest 1.31
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-06-04 08:33:51 +10:00
Peter Hutterer 4028e1cf0a Use versionsort instead of alphasort
Having /dev/input/event10 sort after /dev/input/event9 almost makes me think
the future is here.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-06-03 08:10:18 +10:00
Benjamin Tissoires a79bb44230 Print EV_REP properties and values of those properties
Needs a bit of special treatment, EV_REP bits are not set by the kernel on
EVIOCGBIT as properties between 0 and REP_MAX are always set. Hack around
that so the output is preventing EV_REP to appear as an event.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-03-14 07:13:46 +10:00
Benjamin Tissoires 65520efa7e Drop evtest-capture references in autotools
evtest-capture has been dropped, but the references are still there in
Makefile.am and configure.ac. In a system having libxml, the make command
returns without being able to compile evtest-capture.o

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-03-14 07:02:36 +10:00
Peter Hutterer 228fcb5c9d Drop evtest-capture
Badly maintained and it only provided rudimentary functionality. Several
bugs were never fixed, so recordings would sometimes skip events.

Use evemu instead:
http://www.freedesktop.org/wiki/Evemu

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-03-13 13:13:32 +10:00
Peter Hutterer 3be2e4109c evtest-capture: support a few of the newer defines
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-03-13 13:12:23 +10:00
Mike Frysinger 9dd07f7e49 add a configure flag to control xml behavior
The default behavior (autodetection) is unchanged.
This adds a knob for distros to control directly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-01-07 07:51:04 +10:00
Mike Frysinger 182d6eaa27 ignore generated files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-01-07 07:49:51 +10:00
Mike Frysinger c50fc3720d use newer config headers macro
With newer automake, it throws an error:
configure.ac:5: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.

The newer macro has been around a long time, so there's no need to
worry about backwards compat here.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-01-07 07:49:40 +10:00
Benjamin Tissoires f44787e174 add missing symbols: ABS_MT_TOOL_X|Y, ABS_MT_DISTANCE, MSC_TIMESTAMP
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-11-27 09:03:28 +10:00
Peter Hutterer e7dd232287 evtest 1.30
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-04-27 08:15:32 +10:00
Daniel Beer 63e8fb8f91 Fix missing #ifdef around declaration of propbits.
This declaration references INPUT_PROP_MAX, and was introduced in
commit ca8b12d651.

Signed-off-by: Daniel Beer <dlbeer@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-03-06 11:22:20 +10:00
Peter Hutterer 1d63e9518c Add BTN_TOOL_QUINTTAP
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-03-05 16:05:41 +10:00
Peter Hutterer ca8b12d651 Add support for input properties
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-02-23 14:48:03 +10:00
Peter Hutterer 87357825e3 evtest 1.29
fe76f7cd2a got inadvertently tagged as 1.28
without bumping configure. Do so now and jump to 1.29.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-09-05 10:46:00 +10:00
Peter Hutterer bf31cd3348 Add --version flag
evtest versions are different enough now that it does matter what version a
user uses. Add a --version flag to ease triaging of bug reports.

"gcc -o evtest evtest.c" should continue to work, so add an extra ifdef for
the case PACKAGE_VERSION is undefined.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-09-01 09:05:00 +10:00
Paul Fox 44794371e8 modify comments to match code (query lookups are case sensitive)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-08-29 14:13:55 +10:00
Paul Fox 56a4f37e33 change documentation of query-mode exit values to match code
in query mode, the zero/non-zero exit code matches the zero/non-zero
state of the key bit.  so the command "succeeds" in the shell

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-08-29 14:13:23 +10:00
Daniel Drake 8a10dfe3b7 Add one-shot query functionality
Add functionality to query evdev state of a specific key, switch, button,
LED or sound event. This is useful in programs such as powerd
(http://wiki.laptop.org/go/Powerd) which need to query things like the
state of the laptop lid switch from shell code.

Original capture-mode functionality is left unchanged and is still
activated by default. New usage modes are explained in the man page.

Signed-off-by: Daniel Drake <dsd@laptop.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-22 09:55:37 +10:00
Daniel Drake 6015b4c4cf Factor out capture setup code into its own function
This is in preparation for a followup patch which adds a one-shot
query mode.

Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-18 10:06:27 +10:00
Daniel Drake bbd01de228 Remove custom event names
As suggested by Dmitry Torokhov, drop the textual name of the individual
state bits. We already have the name of the constant - use that instead.
Also mark the name lookup tables as static const data.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-15 15:45:15 +10:00
David Gravereaux fd4e71387f Add force-feedback information (#38053)
X.Org Bug 38053 <http://bugs.freedesktop.org/show_bug.cgi?id=38053>

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-06-08 08:23:59 +10:00
Peter Hutterer fe76f7cd2a Add REL_RX, REL_RY, REL_RZ
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-05-16 15:26:03 +10:00
Peter Hutterer 032be7636b evtest-capture: try /dev/uinput first (as well as /dev/input/uinput)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-05-16 12:06:41 +10:00
Daniel Kurtz 6198725ff5 Add support for EV_SW
EV_SW is the event type for switches.
The EV_SW event codes (SW_*) are defined in the linux kernel in linux/input.h.

However, leave the definition of switches in ifdef blocks according to
when they were committed to the linux kernel.

Signed-off-by: Daniel Kurtz <djkurtz@google.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-04 08:35:20 +10:00
Peter Hutterer 7b05936ea0 evtest 1.27
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-22 09:00:32 +10:00
Peter Hutterer 9fc52e2a4e Add bugzilla link, we now have a home on freedesktop.org
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-18 10:15:33 +10:00
Peter Hutterer 904b6aa386 Return the filename directly from scan_devices.
Don't go the roundabout path of having it return a number, then convert to a
filename.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-10 10:55:27 +10:00
Peter Hutterer 6f04f594ed Add vim bits for right indentation/tab spacing.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-10 09:40:31 +10:00
Peter Hutterer 85c0aa4e0c Factor out printing absolute axis extra data.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-10 09:40:31 +10:00
Peter Hutterer f07baee008 Rename EventDevOnly to is_event_device.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-10 09:34:34 +10:00