diff options
Diffstat (limited to 'drivers/input/mouse/alps.c')
-rw-r--r-- | drivers/input/mouse/alps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index ad741c04936d..51716eb8ef1e 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c | |||
@@ -2779,6 +2779,7 @@ static void alps_set_abs_params_v7(struct alps_data *priv, | |||
2779 | struct input_dev *dev1) | 2779 | struct input_dev *dev1) |
2780 | { | 2780 | { |
2781 | alps_set_abs_params_mt_common(priv, dev1); | 2781 | alps_set_abs_params_mt_common(priv, dev1); |
2782 | set_bit(BTN_TOOL_QUINTTAP, dev1->keybit); | ||
2782 | 2783 | ||
2783 | input_mt_init_slots(dev1, MAX_TOUCHES, | 2784 | input_mt_init_slots(dev1, MAX_TOUCHES, |
2784 | INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | | 2785 | INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | |