#! /bin/sh /usr/share/dpatch/dpatch-run ## 99_tapsnotregistered_patch.dpatch by Josh Schneider ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fix unregistered taps on e1505 and others @DPATCH@ diff -rc xserver-xorg-input-synaptics-1.2.2-origdeb/src/synaptics.c xserver-xorg-input-synaptics-1.2.2/src/synaptics.c *** xserver-xorg-input-synaptics-1.2.2-origdeb/src/synaptics.c 2010-03-25 22:12:40.000000000 -0700 --- xserver-xorg-input-synaptics-1.2.2/src/synaptics.c 2010-06-26 08:05:45.952582727 -0700 *************** *** 1469,1474 **** --- 1469,1475 ---- SetTapState(priv, TS_MOVE, hw->millis); goto restart; } else if (release) { + edge = edge_detection(priv, priv->touch_on.x, priv->touch_on.y); SelectTapButton(priv, edge); /* Disable taps outside of the active area */ if (!inside_active_area) {