From owner-freebsd-current@FreeBSD.ORG Thu Aug 5 02:12:12 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 AAA9916A4CE for ; Thu, 5 Aug 2004 02:12:12 +0000 (GMT) Received: from out007.verizon.net (out007pub.verizon.net [206.46.170.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E2443D5E for ; Thu, 5 Aug 2004 02:12:12 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([141.153.201.221]) by out007.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040805021211.KULS1210.out007.verizon.net@[10.0.3.231]> for ; Wed, 4 Aug 2004 21:12:11 -0500 From: "Alexandre \"Sunny\" Kovalenko" To: freebsd-current@freebsd.org In-Reply-To: <200408042100.i74L0PiQ056577@bunrab.catwhisker.org> References: <200408042100.i74L0PiQ056577@bunrab.catwhisker.org> Content-Type: text/plain Message-Id: <1091671902.698.4.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 04 Aug 2004 22:11:42 -0400 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out007.verizon.net from [141.153.201.221] at Wed, 4 Aug 2004 21:12:11 -0500 Subject: Re: Challenge getting touchpad to work since src/sys/isa/psm.c 1.71 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 02:12:12 -0000 On Wed, 2004-08-04 at 17:00, David Wolfskill wrote: > Sorry about the delay; right around the time of the commit, I was having > some thermal issues with my laptop (a Dell Inspiron 5000e). I believe > those are fixed now -- it's gone through 5 days, each of which has > involved a "buildworld cycle" for each of -STABLE & -CURRENT, without > incident. > > But I'm now having trouble getting a "touchpad tap" to be recognized as > a press/release of a mouse button in -CURRENT; I believe that the recent > commit to src/sys/isa/psm.c 1.71 is involved. Rolling psm.c back to 1.70 restores tapping behavior of the touchpad on my AVERATEC 3150H. Unfortunately with 200+ lines of diff, I could not come up with the better idea at the moment. I can test patches or try out settings if necessary. Alexandre "Sunny" Kovalenko.