From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 20:54:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA57F16A4CE; Tue, 10 Aug 2004 20:54:37 +0000 (GMT) Received: from ctb-mesg4.saix.net (ctb-mesg4.saix.net [196.25.240.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E6343D1F; Tue, 10 Aug 2004 20:54:36 +0000 (GMT) (envelope-from marc@bowtie.nl) Received: from [192.168.0.104] (tbnb-97-84.telkomadsl.co.za [165.165.97.84]) by ctb-mesg4.saix.net (Postfix) with ESMTP id EA38BAD6C; Tue, 10 Aug 2004 22:54:33 +0200 (SAST) From: Marc van Kempen To: freebsd-current@freebsd.org Date: Tue, 10 Aug 2004 22:54:32 +0200 User-Agent: KMail/1.6.2 References: <20040805071236.GA595@loge.nixsys.be> In-Reply-To: <20040805071236.GA595@loge.nixsys.be> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408102254.32722.marc@bowtie.nl> Subject: Re: [PLEASE TEST] Better support for Synaptics Touchpads X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 20:54:37 -0000 On Thursday 05 August 2004 09:12, Philip Paeps wrote: > Hi gang :-) > > Since the original synaptics support was added to psm, there have been some > reports of malfunctions and missing magic. I've tried to fix all that, but > it's still work in progress. > > If you happen to own a laptop with a synaptics touchpad, please help test: > > > > So far, I've had one report of a panic, possibly related to an extra gadget > chained through the the touchpad. If you're extra masochistic, and your > laptop has one of these extra gadgets, you might like to remove the #if 0 > around line 2537 and the #endif around line 2568 of your sys/isa/psm.c. > > Please report successes and failures :-) > > - Philip Hi Philip, Just found out about your changes because of my stick not working anymore after upgrading my kernel sources today. I've got an IBM Thinkpad R40 with both a touchpad and a stick. With the default settings the whole stick part (including the stick buttons) was not working. The touchpad was working to some extent, but tapping (both single and double) didn't work either. I've changed the hints.psm.0.flags to "0x6400" which recognizes it just as a default ps/2 mouse, and then everything works (as it always did) including single and double tapping. If you need extra info let me know. Regards, Marc.