Hello, This patch series (against next) is intended to improve synaptics trackpad input by passing real two-finger data to userspace for newer devices that can do better than just a bounding box. Some of these devices have variable report rates that can drop below the screen refresh rate when more than one finger is on the pad, so new behavior has been added to help userspace compensate for this. Thanks, Derek Daniel Stone (1): Input: Synaptics: Some touchpads can sense the complete locations of two fingers rather than just the bounding box, so for these pads, report the co-ordinates directly. Derek Foreman (3): Input: New property to indicate that a device's report rate may not be consistent Input: Report defuzzed event once before filtering for devices with the INCONSISTENT_RATE property Input: Synaptics: Add INPUT_PROP_SYNAPTICS_T3R2 property drivers/input/input.c | 22 +++++++++++++++++++--- drivers/input/mouse/synaptics.c | 39 ++++++++++++++++++++++++++++++--------- drivers/input/mouse/synaptics.h | 2 ++ include/linux/input.h | 6 ++++++ 4 files changed, 57 insertions(+), 12 deletions(-) -- 1.7.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html