From owner-svn-src-all@FreeBSD.ORG Tue Sep 3 20:51:22 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B94A1355; Tue, 3 Sep 2013 20:51:22 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CBCA28CF; Tue, 3 Sep 2013 20:51:22 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=[192.168.1.176]) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VGxZH-0007en-RB; Tue, 03 Sep 2013 22:51:20 +0200 Message-ID: <52264BC6.8070102@FreeBSD.org> Date: Tue, 03 Sep 2013 22:51:18 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: d@delphij.net Subject: Re: svn commit: r255152 - head/sys/dev/atkbdc References: <201309021825.r82IPIwi046033@svn.freebsd.org> <522636EA.3010509@delphij.net> In-Reply-To: <522636EA.3010509@delphij.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, re , svn-src-all@freebsd.org, src-committers@freebsd.org, Eitan Adler X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 20:51:22 -0000 Le 03/09/2013 21:22, Xin Li a écrit : >> Log: synaptics and trackpoint support are stable enough to be on by >> default. > > I think this broke my ThinkPad T530, the system appears like that the > click button is "sticky" (not quite sure what's happening though, key > combos like Alt+Tab won't work). Hi! Could you try to instead revert r255153 and r255154 (the latter fixes the former)? It adds support for middle and extended buttons, which makes the touchpad usable on some laptops. -- Jean-Sébastien Pédron