Re: [systemd-devel] [PATCH v5 3/3] udev: input_id - use ABS_MT_SLOT{-1} to exclude non touch screen devices

2015-06-01 Thread Peter Hutterer
On Mon, Jun 01, 2015 at 10:43:39PM +0200, Andreas Pokorny wrote: > Peek at the ABS_MT_SLOT-1 axis. Expect that touch screens only > have axes inside the MT range. > --- > src/udev/udev-builtin-input_id.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/udev/udev-builtin-input_id.c

[systemd-devel] [PATCH v5 3/3] udev: input_id - use ABS_MT_SLOT{-1} to exclude non touch screen devices

2015-06-01 Thread Andreas Pokorny
Peek at the ABS_MT_SLOT-1 axis. Expect that touch screens only have axes inside the MT range. --- src/udev/udev-builtin-input_id.c | 4 1 file changed, 4 insertions(+) diff --git a/src/udev/udev-builtin-input_id.c b/src/udev/udev-builtin-input_id.c index 0f9f021..7fa7d1a 100644 --- a/src/ude