On Fri, Mar 27, 2015 at 09:25:09AM +0100, Hans de Goede wrote: > Hi, > > On 27-03-15 21:29, Masaki Ota wrote: > >From: Masaki Ota <masaki.ota@xxxxxxxxxxx> > >-Support SS4 device > >-SS4 device supports 4Finger and real multi-touch. > > > >Signed-off-by: Masaki Ota <masaki.ota@xxxxxxxxxxx> > > Thanks looks good now: > > Acked-by: Hans de Goede <hdegoede@xxxxxxxxxx> > > One remark though, you enable: BTN_TOOL_QUINTTAP for v7 touchpads > in the alps_set_abs_params_v7_v8 changes. This is the right thing > to do as v7 can indeed report 5 fingers being down, something which I > missed when I added support for it. But it would be good to have > a small note about this in the commit message. > > Dmitry, can you amend the commit message for this when merging this? How about we simply split it out, like below? -- Dmitry Input: ALPS - V7 devices can report 5-finger taps From: Masaki Ota <masaki.ota@xxxxxxxxxxx> Signed-off-by: Masaki Ota <masaki.ota@xxxxxxxxxxx> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> --- drivers/input/mouse/alps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index 029f831..47fbb01 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c @@ -2461,6 +2461,7 @@ static void alps_set_abs_params_v7(struct alps_data *priv, struct input_dev *dev1) { alps_set_abs_params_mt_common(priv, dev1); + set_bit(BTN_TOOL_QUINTTAP, dev1->keybit); input_mt_init_slots(dev1, MAX_TOUCHES, INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html