All of lore.kernel.org
 help / color / mirror / Atom feed
* Synaptics, CAP_FORCEPAD, bad behavior
@ 2014-10-09  9:34 Nicole Faerber
  2014-10-09 16:52 ` Dmitry Torokhov
  2014-10-30 21:58 ` Ross Vandegrift
  0 siblings, 2 replies; 6+ messages in thread
From: Nicole Faerber @ 2014-10-09  9:34 UTC (permalink / raw)
  To: linux-input

Hi!
Just installed the just released 3.17 kernel and found a bad behavior of
the new Synaptics driver on my Thinkpad Yoga which has the new Synaptics
clickpad enabled touchpad:

psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1,
caps: 0xd002a3/0x940300/0x12f800, board id: 2911, fw id: 2560

The issue is that now a button release is only issued after the finger
has completely left the touchpad and not when releasing the physical
button. Is this physical button now called FORCEPAD? Anyway, this is
pretty annoying. Double clicking become a real pain.
I did comment out the new

	if (SYN_CAP_FORCEPAD(priv->ext_cap_0c)) {
	...

and everything is back to normal again, i.e. when I do release the pad
physical button but keep the finger on the pad, the button release event
is issued properly.

Cheers
  nicole

-- 
kernel concepts GmbH      Tel: +49-271-771091-12
Sieghuetter Hauptweg 48
D-57072 Siegen
http://www.kernelconcepts.de

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

end of thread, other threads:[~2014-10-30 22:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09  9:34 Synaptics, CAP_FORCEPAD, bad behavior Nicole Faerber
2014-10-09 16:52 ` Dmitry Torokhov
2014-10-09 17:28   ` Dmitry Torokhov
2014-10-10  0:21     ` Andrew Duggan
2014-10-10  1:03       ` Dmitry Torokhov
2014-10-30 21:58 ` Ross Vandegrift

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.