From owner-freebsd-stable@FreeBSD.ORG Fri Sep 22 12:44:17 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 724B216A412 for ; Fri, 22 Sep 2006 12:44:17 +0000 (UTC) (envelope-from acpi.dettloff@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE3143D45 for ; Fri, 22 Sep 2006 12:44:16 +0000 (GMT) (envelope-from acpi.dettloff@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so484528wri for ; Fri, 22 Sep 2006 05:44:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=X1GamOHh6sypRQW1mluWxpmyzCpNfANPE01GbZCNdq2jba3R2de14N2qutrTEuMjOMMPG+0f6Y8iALsfdbafQpB/MWJX4Ap6Ol4IGtAtMGlHGnZRdRB6ob8UsVEQy6emqCdnKJQ0qelFWSHDtoyi8nJUG/KAE+PSBSi2gPE9uBI= Received: by 10.90.94.2 with SMTP id r2mr138871agb; Fri, 22 Sep 2006 05:44:16 -0700 (PDT) Received: by 10.90.93.9 with HTTP; Fri, 22 Sep 2006 05:44:16 -0700 (PDT) Message-ID: Date: Fri, 22 Sep 2006 22:44:16 +1000 From: "Tim Dettloff" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Synaptics touchpad recognized as IntelliMouse X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 12:44:17 -0000 Hi I recently installed FreeBSD 6.1-RELEASE on my Compaq Presario 2656AU. It has a synaptics touchpad, but the mouse gets recognised as an IntelliMouse. http://www.studentergaarden.dk/~tim/FreeBSD/dmesg.txt It works, but the scroll area is way to wide, and button 6 and 7 gets activated if i scroll fast vertically. I tried commenting out all the IntelliMouse stuff in psm.c and rebuild. This resulted in the mouse being correctly recognised as a synaptics. Setting hw.psm.synaptics_support="1" and installing the synaptics X driver from ports in addition made the touchpad works perfectly. Tim Dettloff