From owner-cvs-all@FreeBSD.ORG Mon Feb 5 06:16:12 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4508C16A401 for ; Mon, 5 Feb 2007 06:16:12 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id A7DD913C48E for ; Mon, 5 Feb 2007 06:16:11 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so1970426nfc for ; Sun, 04 Feb 2007 22:16:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=CmdhXJdXqhYfsoWTc1tYF6AOei9n/4mXtk7OXcA1TqKIwuoFOKr7rpG4GLreYJg7oji8Y8B3C4qIPwiBWAtnpg0amR8RLfzRuJ1YSychc6edW8v9U1bho9OsNV9ZvwkvbP4zmSOrJRfE2Nm8dtnQNHh8qZm47zUSXNIcR1lFK/0= Received: by 10.49.19.5 with SMTP id w5mr1804085nfi.1170656170688; Sun, 04 Feb 2007 22:16:10 -0800 (PST) Received: by 10.49.63.7 with HTTP; Sun, 4 Feb 2007 22:16:10 -0800 (PST) Message-ID: <346a80220702042216g5a7d755fn15076bb49656d370@mail.gmail.com> Date: Sun, 4 Feb 2007 23:16:10 -0700 From: "Coleman Kane" To: "Jean-Sebastien Pedron" In-Reply-To: <200702041247.l14ClqQQ091991@repoman.freebsd.org> MIME-Version: 1.0 References: <200702041247.l14ClqQQ091991@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/atkbdc psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 06:16:12 -0000 On 2/4/07, Jean-Sebastien Pedron wrote: > > dumbbell 2007-02-04 12:47:52 UTC > > FreeBSD src repository > > Modified files: > sys/dev/atkbdc psm.c > Log: > Synaptics TouchPad seems to go back to Relative Mode after the call > to set_controller_command_byte() call; by issueing a Read Mode Byte > command, the touchpad is in Absolute Mode again. > > This problem occursed at least on Asus V6V laptops. > > Revision Changes Path > 1.91 +10 -0 src/sys/dev/atkbdc/psm.c I looked into fixing this some time ago with my laptop (Gateway 7422GX). Unfortunately, it rendered the scroll-space at the right-hand edge of the trackpad useless... we'll see if this fixes that. -- coleman