Commit 5d225a70 authored by Chase Douglas's avatar Chase Douglas Committed by Tim Gardner

UBUNTU: SAUCE: (no-up) Input: synapticss - Set buttonpad property for all clickpads

no-up comments: Keep both, so long as they continue to apply cleanly.
The patches apply only to a couple of old Dell minis, and Dell has said
they don't intend to use those touchpads again. Upstreaming these
patches stalled due to lack of information/response, and continuing to
pursue it probably isn't worth the effort, so they can be marked no-up.
There's no harm in keeping the patches, but if they become a problem
they can be dropped.
Signed-off-by: default avatarChase Douglas <chase.douglas@canonical.com>
Acked-by: default avatarSeth Forshee <seth.forshee@canonical.com>
Acked-by: default avatarAndy Whitcroft <andy.whitcroft@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 401ea6b1
......@@ -1250,7 +1250,9 @@ static void set_input_params(struct psmouse *psmouse,
/* Clickpads report only left button */
__clear_bit(BTN_RIGHT, dev->keybit);
__clear_bit(BTN_MIDDLE, dev->keybit);
}
} else if (SYN_CAP_CLICKPAD2BTN(priv->ext_cap_0c) ||
SYN_CAP_CLICKPAD2BTN2(priv->ext_cap_0c))
__set_bit(INPUT_PROP_BUTTONPAD, dev->propbit);
}
static ssize_t synaptics_show_disable_gesture(struct psmouse *psmouse,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment