libinput/src
Peter Hutterer cc44e747c7 evdev: add internal tagging system
For conditional touchpad disabling we need two pieces of knowledge: is the
device an internal touchpad and is another device an external mouse-like
device. For that use-case it's enough to tag any device that's on USB and
Bluetooth with pointer capabilities as external mouse. A more complex can be
done when needed.

The tag function is part of the dispatch interface (to save on udev code) and
called before the caller is notified about the new device, i.e. the device is
fully configured by the time it needs to be tagged, and other devices can rely
on the tags being assigned by the time they get notified about the new device.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
2014-09-18 13:29:42 +10:00
..
evdev-mt-touchpad-buttons.c touchpad: hook up sendevents configuration 2014-09-18 13:29:42 +10:00
evdev-mt-touchpad-tap.c touchpad: hook up sendevents configuration 2014-09-18 13:29:42 +10:00
evdev-mt-touchpad.c evdev: add internal tagging system 2014-09-18 13:29:42 +10:00
evdev-mt-touchpad.h touchpad: hook up sendevents configuration 2014-09-18 13:29:42 +10:00
evdev.c evdev: add internal tagging system 2014-09-18 13:29:42 +10:00
evdev.h evdev: add internal tagging system 2014-09-18 13:29:42 +10:00
filter.c filter: move get_direction into shared header 2014-07-21 08:56:12 +10:00
filter.h Include stdint.h from filter.h 2014-07-16 09:54:35 +10:00
libinput-private.h Add a config interface for enabling/disabling event generation from a device 2014-09-18 11:31:14 +10:00
libinput-util.c Add a customizable log handler 2014-02-19 08:35:25 +10:00
libinput-util.h Add a helper function for clock_gettime 2014-09-18 11:30:15 +10:00
libinput-version.h.in Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
libinput.c Add a config interface for enabling/disabling event generation from a device 2014-09-18 11:31:14 +10:00
libinput.h Add a config interface for enabling/disabling event generation from a device 2014-09-18 11:31:14 +10:00
libinput.pc.in Add -lrt to the libs 2014-07-03 09:59:43 +10:00
Makefile.am Disable static libraries 2014-08-25 07:57:56 +10:00
path.c evdev: don't resume a removed device 2014-09-18 11:31:23 +10:00
path.h path: modify backend to allow for more than one device 2014-02-10 11:23:35 +10:00
timer.c Add a helper function for clock_gettime 2014-09-18 11:30:15 +10:00
timer.h timer.h: Add #include libinput-util.h 2014-06-11 10:30:12 +10:00
udev-seat.c evdev: don't resume a removed device 2014-09-18 11:31:23 +10:00
udev-seat.h udev: Drop unused seat_name in struct udev_seat 2014-01-16 20:42:30 +01:00