]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of trackstic...
authorTim Gardner <tim.gardner@canonical.com>
Wed, 20 Apr 2016 20:40:04 +0000 (14:40 -0600)
committerTim Gardner <tim.gardner@canonical.com>
Thu, 21 Apr 2016 12:53:55 +0000 (06:53 -0600)
BugLink: http://bugs.launchpad.net/bugs/1572722
This reverts commit 586dd7491c8c401e1f04919885b1cdfbccabfa22.

use upstream stable

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/input/mouse/synaptics.c

index 3275f58ce96917e664442bff57e05b403f120456..e678212f12dd5ac775d4e4e7619b35cb3118db04 100644 (file)
@@ -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;