Re: [PATCH v2 libinput 4/6] evdev: enable middle button configuration on some devices

2015-04-16 Thread Hans de Goede
Hi, On 16-04-15 07:39, Peter Hutterer wrote: Devices that have left and right buttons but no middle button get middle button emulation (without config). Devices that have a middle button too get a config option but default to off. Most mice have LMR set as buttons, regardless whether they have a

[PATCH v2 libinput 4/6] evdev: enable middle button configuration on some devices

2015-04-15 Thread Peter Hutterer
Devices that have left and right buttons but no middle button get middle button emulation (without config). Devices that have a middle button too get a config option but default to off. Most mice have LMR set as buttons, regardless whether they have a middle button. Signed-off-by: Peter Hutterer