Re: [systemd-devel] [PATCH v2] udev: input_id: fix detection of various touchscreens

2015-05-31 Thread Peter Hutterer
On Fri, May 29, 2015 at 12:32:44PM +0200, Andreas Pokorny wrote: > Hi, > > On Fri, May 29, 2015 at 2:07 AM, Peter Hutterer > wrote: > > > On Thu, May 28, 2015 at 02:47:35PM +0200, Andreas Pokorny wrote: > > > There are touch screens that do not provide 'BTN_TOUCH' and hence no > > > 'EV_KEY'. Pr

Re: [systemd-devel] [PATCH v2] udev: input_id: fix detection of various touchscreens

2015-05-29 Thread Andreas Pokorny
Hi, On Fri, May 29, 2015 at 2:07 AM, Peter Hutterer wrote: > On Thu, May 28, 2015 at 02:47:35PM +0200, Andreas Pokorny wrote: > > There are touch screens that do not provide 'BTN_TOUCH' and hence no > > 'EV_KEY'. Previously those would not get any properties assigned and > > note: I consider th

Re: [systemd-devel] [PATCH v2] udev: input_id: fix detection of various touchscreens

2015-05-28 Thread Peter Hutterer
On Thu, May 28, 2015 at 02:47:35PM +0200, Andreas Pokorny wrote: > There are touch screens that do not provide 'BTN_TOUCH' and hence no > 'EV_KEY'. Previously those would not get any properties assigned and note: I consider this a kernel bug. From the kernel's documentation: * BTN_TOUCH: BTN_TOU

Re: [systemd-devel] [PATCH v2] udev: input_id: fix detection of various touchscreens

2015-05-28 Thread systemd github import bot
Patchset imported to github. Pull request: -- Generated by https://github.com/haraldh/mail2git ___ systemd-de

[systemd-devel] [PATCH v2] udev: input_id: fix detection of various touchscreens

2015-05-28 Thread Andreas Pokorny
There are touch screens that do not provide 'BTN_TOUCH' and hence no 'EV_KEY'. Previously those would not get any properties assigned and libinput would not treat those as input devices. Additionally there is an 'IS_DIRECT' property exposed by most touch screens, that would otherwise be detected as