From owner-svn-src-all@FreeBSD.ORG Wed Sep 4 18:15:30 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 54630384; Wed, 4 Sep 2013 18:15:30 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Message-ID: <52277838.1030102@FreeBSD.org> Date: Wed, 04 Sep 2013 14:13:12 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130814 Thunderbird/17.0.8 MIME-Version: 1.0 To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Subject: Re: svn commit: r255152 - head/sys/dev/atkbdc References: <201309021825.r82IPIwi046033@svn.freebsd.org> <522636EA.3010509@delphij.net> <5226E777.4000909@FreeBSD.org> <52277276.9050206@delphij.net> In-Reply-To: <52277276.9050206@delphij.net> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org 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: Wed, 04 Sep 2013 18:15:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-09-04 13:48:38 -0400, Xin Li wrote: > Hi, > > On 09/04/13 00:55, Jean-Sébastien Pédron wrote: >> On 03.09.2013 21:22, Xin Li wrote: >>> 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). > >> After a quick search, it seems this laptop has a Trackpoint, not >> a Synaptics touchpad, as I assumed. Therefore, you don't need to >> try to revert the commits I mentioned. > >> Instead, can you just set the trackpoint_support tunable to 0, >> not the Synaptics one, to see if it isolates the issue? > > With the following: > > #hw.psm.synaptics_support=0 hw.psm.trackpoint_support=0 > > I am still able to reproduce the issue. It seems like if I "swipe" > my finger on the touchpad, I can recover from the situation. Please revert r255152. synaptics_support was turned off by default because its probing method is too intrusive, i.e., it affects other mice/touchpads. trackpoint_support is still experimental. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQEcBAEBAgAGBQJSJ3g4AAoJECXpabHZMqHOMzQIAJQHpXmI1Gk2jum9lVy0xx6d 7tOOpfhdAneCndMQ374UpUoQzm3DjPl/hGHuCk6aP+WcM65Zue2PYMvIipjVK4Fl 27ws1XuMye2pbfWo6iZiYyFgrAb6i7yGaldlax9hGxvhFWZivQv+4OV/o3VkFCpz bjMmTx/oBGCOfRs3bk6gu2RwXcqIdej1LQRtftIBYVRRIZr5q9UVem2KO1/KhuoT j5C9Yod6fBmv0UZPTOGQKYC99+uliO+5gB4biij2+5rP5E0Z4L7MLaBLMuTesy4B VtzQ+YzfH5j+u0JFWjLKDC1Eyq5RyNOWAdDLBxhbVsilKpk6UN60TgwyHQcumhE= =h5nx -----END PGP SIGNATURE-----