Re: [PATCH 3/3] evdev: Add middle buttton scrolling for trackpoints

2014-09-12 Thread Hans de Goede
Hi, On 09/03/2014 05:57 AM, Peter Hutterer wrote: > On Tue, Sep 02, 2014 at 04:34:50PM +0200, Hans de Goede wrote: >> Most trackpoint users want to be able to scroll using the trackpoint with >> the middle button pressed, add support for this. >> >> Signed-off-by: Hans de Goede > > yes, but I'd

Re: [PATCH 3/3] evdev: Add middle buttton scrolling for trackpoints

2014-09-02 Thread Peter Hutterer
On Tue, Sep 02, 2014 at 04:34:50PM +0200, Hans de Goede wrote: > Most trackpoint users want to be able to scroll using the trackpoint with > the middle button pressed, add support for this. > > Signed-off-by: Hans de Goede yes, but I'd like to wait for dmitry to merge the INPUT_PROP_POINTING_STI

[PATCH 3/3] evdev: Add middle buttton scrolling for trackpoints

2014-09-02 Thread Hans de Goede
Most trackpoint users want to be able to scroll using the trackpoint with the middle button pressed, add support for this. Signed-off-by: Hans de Goede --- include/linux/input.h | 1 + src/evdev.c | 55 +++ src/evdev.h | 5 +++