From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pali =?utf-8?B?Um9ow6Fy?= Subject: Re: ALPS DualPoint double click bug Date: Wed, 22 Jul 2015 09:21:16 +0200 Message-ID: <20150722072116.GA22138@pali> References: <20150720065446.GA13879@dtor-ws> <20150720072548.GA25910@pali> <20150721071218.GA27290@pali> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-wi0-f178.google.com ([209.85.212.178]:36693 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753882AbbGVHVW (ORCPT ); Wed, 22 Jul 2015 03:21:22 -0400 Received: by wicgb10 with SMTP id gb10so84665637wic.1 for ; Wed, 22 Jul 2015 00:21:21 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Douglas Christman Cc: linux-input@vger.kernel.org, Hans de Goede , Dmitry Torokhov On Tuesday 21 July 2015 19:51:48 Douglas Christman wrote: > On Tue, Jul 21, 2015 at 3:12 AM, Pali Roh=C3=A1r wrote: > > It is not enough. If do not want to recompile full kernel, but just= only > > psmouse.ko I think that the easiest way is to change this define > > > > #define psmouse_dbg > > > > in file drivers/input/mouse/psmouse.h to call dev_warn instead dev_= dbg. > > And then just compile psmouse.ko and reload it. >=20 > Thanks, that seemed to do the trick. This is what I get from dmesg n= ow: >=20 > [ 6.281814] psmouse serio1: cypress_ps2: send extension cmd 0x00, = [0 0 0 0] > [ 6.540028] psmouse serio1: cypress_ps2: Command 0x00 response dat= a > (0x): 00 00 14 > [ 6.582031] psmouse serio1: alps: E6 report: 00 00 64 > [ 6.617471] psmouse serio1: alps: E7 report: 22 02 14 > [ 6.656974] psmouse serio1: alps: EC report: 10 00 64 > [ 7.104479] psmouse serio1: alps: E6 report: 00 00 64 > [ 7.139714] psmouse serio1: alps: E7 report: 22 02 14 > [ 7.176568] psmouse serio1: alps: EC report: 10 00 64 > [ 7.368849] psmouse serio1: alps: F5 report: 05 01 0a > [ 7.541367] input: AlpsPS/2 ALPS DualPoint Stick as > /devices/platform/i8042/serio1/input/input11 > [ 7.571454] input: AlpsPS/2 ALPS DualPoint TouchPad as > /devices/platform/i8042/serio1/input/input8 Ok, your ALPS touchpad is identified as: { { 0x22, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2, 0xff, 0xff, ALPS_PASS | = ALPS_DUALPOINT } }, /* Dell Latitude D600 */ You mentioned that commit 92bac83d introduced your problem: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D commit 92bac83dd79e60e65c475222e41a992a70434beb Author: Hans de Goede Date: Sun Apr 12 15:42:35 2015 -0700 Input: alps - non interleaved V2 dualpoint has separate stick butto= n bits =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Hans, can you look at this problem as it is clearly problem with protocol V2? --=20 Pali Roh=C3=A1r pali.rohar@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html