linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regression since commit 92bac83
@ 2015-10-18 23:59 Larry Finger
  2015-10-19  8:08 ` Hans de Goede
  0 siblings, 1 reply; 11+ messages in thread
From: Larry Finger @ 2015-10-18 23:59 UTC (permalink / raw)
  To: Dmitry Torokhov, Hans de Goede, Pali Rohár, Masaki Ota
  Cc: linux-input, LKML

Hi,

I recently upgraded the kernel in a Dell Latitude D600 and found that the 
touchpad clicks failed. The problem was bisected to commit 
92bac83dd79e60e65c475222e41a992a70434beb ("Input: alps - non interleaved V2 
dualpoint has separate stick button bits"). The laptop has a combination 
touchpad and control stick. For this device, the following values are found:

priv->protoversion is 0x200 (ALPS_PROTO_V2)
priv->flags is 0x6 (ALPS_DUALPOINT | ALPS_PASS)

As a result, the new code added in this patch is executed, and left, right, and 
middle are updated. Once this code is introduced, a left click causes some event 
as it will wake a sleeping screen, but not select any windows or do anything useful.

Please advise on what information would be needed to help debug this problem.

Thanks,

Larry

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

end of thread, other threads:[~2015-10-21  8:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-18 23:59 Regression since commit 92bac83 Larry Finger
2015-10-19  8:08 ` Hans de Goede
2015-10-19 15:55   ` Larry Finger
2015-10-19 16:51     ` Dmitry Torokhov
2015-10-19 17:21       ` Hans de Goede
2015-10-20  7:22       ` Pali Rohár
2015-10-20 11:39     ` Hans de Goede
2015-10-20 17:33       ` Larry Finger
2015-10-21  8:19       ` Pali Rohár
2015-10-21  8:30         ` Hans de Goede
2015-10-21  8:37           ` Pali Rohár

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).