From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761435AbYAKOrc (ORCPT ); Fri, 11 Jan 2008 09:47:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759025AbYAKOrU (ORCPT ); Fri, 11 Jan 2008 09:47:20 -0500 Received: from hu-out-0506.google.com ([72.14.214.234]:51784 "EHLO hu-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760782AbYAKOrP (ORCPT ); Fri, 11 Jan 2008 09:47:15 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sO6HrLwaP5TOwCd4MV6fvO6q/k/HZ1l3PqssKmTvV1UvkWZJan96G0xDVp985UTQnD4OekKP3tMMRfvOjqzhBtHMp1ypSE6d3Q30hGEjxsJGKxc8SLKa8fuyFf521KOd+9mAUHxgZ2WfScwMouunGR5SSHLNAED/Hq/SlTZERRc= Message-ID: Date: Fri, 11 Jan 2008 09:47:11 -0500 From: "Dmitry Torokhov" To: "Vegard Nossum" Subject: Re: [BISECTED] Re: psmouse.c: GlidePoint at isa0060/serio1/input0 lost sync at byte 1 Cc: linux-input@vger.kernel.org, "Linux Kernel Mailing List" , "William Pettersson" In-Reply-To: <19f34abd0801071224kb9cb121u244b00b274231db0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19f34abd0711141226n60323630rdc4833db0bfb2eeb@mail.gmail.com> <19f34abd0801071224kb9cb121u244b00b274231db0@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Vegard, On Jan 7, 2008 3:24 PM, Vegard Nossum wrote: > }, /* Dell Latitude D600 */ > + { { 0x73, 0x02, 0x50 }, 0xcf, 0xff, ALPS_FW_BK_1 } /* Dell > Vostro 1400 */ > }; > > > After reverting, all buttons work as expected -- no lost syncs. I > might add that my laptop is Acer Aspire 5720ZG. Also, the button in > question is not truly a middle button; when operating correctly, it is > used for scrolling (up/down). Now what can be done to make both models > work correctly? > Thank you for identifying the problem commit. Could you please also do this: echo 1 > /sys/module/i8042/parameters/debug push and release left button push and release rigth button move finger on the touchpad a bit echo 0 > /sys/module/i8042/parameters/debug dmesg > dmesg.sync echo 1 > /sys/module/i8042/parameters/debug push and release middle button echo 0 > /sys/module/i8042/parameters/debug dmesg > dmesg.nosync and send me both dmesg files? Thank you. -- Dmitry