linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Some synaptics tweaks
@ 2011-06-10 19:55 Derek Foreman
  2011-06-10 19:55 ` [PATCH 1/4] Input: New property to indicate that a device's report rate may not be consistent Derek Foreman
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Derek Foreman @ 2011-06-10 19:55 UTC (permalink / raw)
  To: linux-input

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-06-13 14:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10 19:55 [PATCH 0/4] Some synaptics tweaks Derek Foreman
2011-06-10 19:55 ` [PATCH 1/4] Input: New property to indicate that a device's report rate may not be consistent Derek Foreman
2011-06-10 20:49   ` Henrik Rydberg
2011-06-10 19:55 ` [PATCH 2/4] Input: Report defuzzed event once before filtering for devices with the INCONSISTENT_RATE property Derek Foreman
2011-06-10 20:56   ` Henrik Rydberg
2011-06-13 14:19     ` Derek Foreman
2011-06-10 19:55 ` [PATCH 3/4] 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
2011-06-10 21:07   ` Henrik Rydberg
2011-06-10 19:55 ` [PATCH 4/4] Input: Synaptics: Add INPUT_PROP_SYNAPTICS_T3R2 property Derek Foreman
2011-06-10 21:13   ` Henrik Rydberg
2011-06-13 14:36     ` Derek Foreman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).