Re: [PATCH libinput] evdev: use the udev ID_INPUT_POINTINGSTICK property

2015-06-01 Thread Benjamin Tissoires
On Mon, Jun 1, 2015 at 12:08 AM, Peter Hutterer wrote: > On Sat, May 30, 2015 at 12:10:28PM +0200, Hans de Goede wrote: >> Hi, >> >> On 29-05-15 17:06, Benjamin Tissoires wrote: >> > >> > >> >On 05/29/2015 03:31 AM, Hans de Goede wrote: >> >>Hi, >> >> >> >>On 29-05-15 03:28, Peter Hutterer wrote:

Re: [PATCH libinput] evdev: use the udev ID_INPUT_POINTINGSTICK property

2015-05-31 Thread Peter Hutterer
On Sat, May 30, 2015 at 12:10:28PM +0200, Hans de Goede wrote: > Hi, > > On 29-05-15 17:06, Benjamin Tissoires wrote: > > > > > >On 05/29/2015 03:31 AM, Hans de Goede wrote: > >>Hi, > >> > >>On 29-05-15 03:28, Peter Hutterer wrote: > >>>Added in systemd 220, but note that for udev backwards compat

Re: [PATCH libinput] evdev: use the udev ID_INPUT_POINTINGSTICK property

2015-05-30 Thread Hans de Goede
Hi, On 29-05-15 17:06, Benjamin Tissoires wrote: On 05/29/2015 03:31 AM, Hans de Goede wrote: Hi, On 29-05-15 03:28, Peter Hutterer wrote: Added in systemd 220, but note that for udev backwards compatibility, the ID_INPUT_POINTINGSTICK tag is set in addition to the ID_INPUT_MOUSE tag. And

Re: [PATCH libinput] evdev: use the udev ID_INPUT_POINTINGSTICK property

2015-05-29 Thread Benjamin Tissoires
On 05/29/2015 03:31 AM, Hans de Goede wrote: > Hi, > > On 29-05-15 03:28, Peter Hutterer wrote: >> Added in systemd 220, but note that for udev backwards compatibility, the >> ID_INPUT_POINTINGSTICK tag is set in addition to the ID_INPUT_MOUSE tag. >> >> And use that property to tag a device as

Re: [PATCH libinput] evdev: use the udev ID_INPUT_POINTINGSTICK property

2015-05-29 Thread Hans de Goede
Hi, On 29-05-15 03:28, Peter Hutterer wrote: Added in systemd 220, but note that for udev backwards compatibility, the ID_INPUT_POINTINGSTICK tag is set in addition to the ID_INPUT_MOUSE tag. And use that property to tag a device as trackpoint too, this allows temporary workarounds for kernel b

[PATCH libinput] evdev: use the udev ID_INPUT_POINTINGSTICK property

2015-05-28 Thread Peter Hutterer
Added in systemd 220, but note that for udev backwards compatibility, the ID_INPUT_POINTINGSTICK tag is set in addition to the ID_INPUT_MOUSE tag. And use that property to tag a device as trackpoint too, this allows temporary workarounds for kernel bugs where the input prop isn't set yet. https:/