diff options
-rw-r--r-- | drivers/input/mouse/synaptics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 35c8d0ceabee..3a32caf06bf1 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
@@ -1199,7 +1199,7 @@ static void set_input_params(struct psmouse *psmouse, | |||
1199 | ABS_MT_POSITION_Y); | 1199 | ABS_MT_POSITION_Y); |
1200 | /* Image sensors can report per-contact pressure */ | 1200 | /* Image sensors can report per-contact pressure */ |
1201 | input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); | 1201 | input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); |
1202 | input_mt_init_slots(dev, 3, INPUT_MT_POINTER | INPUT_MT_TRACK); | 1202 | input_mt_init_slots(dev, 2, INPUT_MT_POINTER | INPUT_MT_TRACK); |
1203 | 1203 | ||
1204 | /* Image sensors can signal 4 and 5 finger clicks */ | 1204 | /* Image sensors can signal 4 and 5 finger clicks */ |
1205 | __set_bit(BTN_TOOL_QUADTAP, dev->keybit); | 1205 | __set_bit(BTN_TOOL_QUADTAP, dev->keybit); |