From owner-freebsd-current@FreeBSD.ORG Thu Aug 5 08:34:38 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 A1DC516A4CE for ; Thu, 5 Aug 2004 08:34:38 +0000 (GMT) Received: from coruscant.rfc1149.org (coruscant.rfc1149.org [217.160.130.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE1A43D5E for ; Thu, 5 Aug 2004 08:34:38 +0000 (GMT) (envelope-from arne@rfc2549.org) Received: by coruscant.rfc1149.org (Postfix, from userid 110) id 177CA3F05; Thu, 5 Aug 2004 10:34:37 +0200 (CEST) Received: from kamino.rfc1149.org (dsl-213-023-208-247.arcor-ip.net [213.23.208.247]) by coruscant.rfc1149.org (Postfix) with ESMTP id D0ABD3C85 for ; Thu, 5 Aug 2004 10:34:32 +0200 (CEST) Received: by kamino.rfc1149.org (Postfix, from userid 1001) id 9726B40D3; Thu, 5 Aug 2004 10:34:28 +0200 (CEST) To: freebsd-current@freebsd.org In-Reply-To: <20040805071236.GA595@loge.nixsys.be> (Philip Paeps's message of "Thu, 5 Aug 2004 09:12:36 +0200") References: <20040805071236.GA595@loge.nixsys.be> From: Arne Schwabe Date: Thu, 05 Aug 2004 10:34:28 +0200 Message-ID: <86ekmmhtkb.fsf@kamino.rfc1149.org> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on coruscant.rfc1149.org X-Spam-Status: No, hits=-4.1 required=5.0 tests=BAYES_00,RCVD_IN_DSBL, RCVD_IN_SORBS autolearn=no version=2.60 X-Spam-Level: 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: Thu, 05 Aug 2004 08:34:38 -0000 Philip Paeps writes: > 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. z> > 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. > + * XXX: This is largely guesswork. The documentation from + * Synaptics doesn't mention guest devices, but it appears + * that packets from a stick are simple ps/2 packets... They are ps/2 packets but if you are crazy you can send the guest ps/2 device some ps/2 commands to put it into a special mode where can get features like pressure but well I don't know if that is really needed. ;) Arne -- compiling millions of tiny c-programs...done checking for a working configure script... not found