From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 02:46:11 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 9D31A16A4CE for ; Mon, 9 Aug 2004 02:46:11 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4801E43D76 for ; Mon, 9 Aug 2004 02:46:10 +0000 (GMT) (envelope-from jon.drews@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so97716rnl for ; Sun, 08 Aug 2004 19:46:09 -0700 (PDT) Received: by 10.38.11.79 with SMTP id 79mr833140rnk; Sun, 08 Aug 2004 19:46:09 -0700 (PDT) Message-ID: <8cb27cbf040808194617634e07@mail.gmail.com> Date: Sun, 8 Aug 2004 21:46:09 -0500 From: Jon Drews To: freebsd-current@freebsd.org In-Reply-To: <20040805071236.GA595@loge.nixsys.be> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040805071236.GA595@loge.nixsys.be> 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: Mon, 09 Aug 2004 02:46:11 -0000 Hi Philip: I get freezes when I attempt to configure my synaptics touchpad, with sysinstall. Here are the details: 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun Aug 8 19:40:37 CDT 2004 On: Powernotebooks C 3:16 dmesg output: psm0: model Synaptics Touchpad, device ID 0 What happens: 1) Run /usr/sbin/sysinstall 2) I set the mouse to auto and then try and test it. It freezes FreeBSD requiring a hard reboot. I will apply your patch tonight and test again. On Thu, 5 Aug 2004 09:12:36 +0200, 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.