Commit ffbe4df9 authored by Tim Gardner's avatar Tim Gardner

Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of...

Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of trackstick buttons, again"

BugLink: http://bugs.launchpad.net/bugs/1572722

This reverts commit 586dd749.

use upstream stable
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent fc346939
......@@ -863,8 +863,7 @@ static void synaptics_report_ext_buttons(struct psmouse *psmouse,
return;
/* Bug in FW 8.1, buttons are reported only when ExtBit is 1 */
if ((SYN_ID_FULL(priv->identity) == 0x801 ||
SYN_ID_FULL(priv->identity) == 0x802) &&
if (SYN_ID_FULL(priv->identity) == 0x801 &&
!((psmouse->packet[0] ^ psmouse->packet[3]) & 0x02))
return;
......
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