Re: [PATCH libinput 1/3] udev: Add name-based input device detection without dmi

2017-04-26 Thread Paul Kocialkowski
Le mardi 25 avril 2017 à 10:53 +1000, Peter Hutterer a écrit : > On Mon, Apr 24, 2017 at 03:31:39PM +0200, Paul Kocialkowski wrote: > > Le lundi 24 avril 2017 à 16:11 +1000, Peter Hutterer a écrit : > > > On Fri, Apr 21, 2017 at 01:31:56PM +0200, Paul Kocialkowski wrote: > > > > Some devices do not

Re: [PATCH libinput 1/3] udev: Add name-based input device detection without dmi

2017-04-24 Thread Peter Hutterer
On Mon, Apr 24, 2017 at 03:31:39PM +0200, Paul Kocialkowski wrote: > Le lundi 24 avril 2017 à 16:11 +1000, Peter Hutterer a écrit : > > On Fri, Apr 21, 2017 at 01:31:56PM +0200, Paul Kocialkowski wrote: > > > Some devices do not use dmi at all (this is the case on most non-x86 > > > platforms, such

Re: [PATCH libinput 1/3] udev: Add name-based input device detection without dmi

2017-04-24 Thread Paul Kocialkowski
Le lundi 24 avril 2017 à 16:11 +1000, Peter Hutterer a écrit : > On Fri, Apr 21, 2017 at 01:31:56PM +0200, Paul Kocialkowski wrote: > > Some devices do not use dmi at all (this is the case on most non-x86 > > platforms, such as arm and arm64) but should able to select specific > > quirks based on t

Re: [PATCH libinput 1/3] udev: Add name-based input device detection without dmi

2017-04-23 Thread Peter Hutterer
On Fri, Apr 21, 2017 at 01:31:56PM +0200, Paul Kocialkowski wrote: > Some devices do not use dmi at all (this is the case on most non-x86 > platforms, such as arm and arm64) but should able to select specific > quirks based on the input device name too. > > This adds name-based input device detect

[PATCH libinput 1/3] udev: Add name-based input device detection without dmi

2017-04-21 Thread Paul Kocialkowski
Some devices do not use dmi at all (this is the case on most non-x86 platforms, such as arm and arm64) but should able to select specific quirks based on the input device name too. This adds name-based input device detection without dmi to support these devices. Signed-off-by: Paul Kocialkowski