From owner-svn-src-all@FreeBSD.ORG Wed Sep 4 17:48:39 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D0157720; Wed, 4 Sep 2013 17:48:39 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [64.62.153.212]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B59472730; Wed, 4 Sep 2013 17:48:39 +0000 (UTC) Received: from zeta.ixsystems.com (unknown [69.198.165.132]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by anubis.delphij.net (Postfix) with ESMTPSA id 3548B111BF; Wed, 4 Sep 2013 10:48:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=delphij.net; s=anubis; t=1378316919; bh=0SW+MHdzQ2a7jpXFn4urViMcCVt/7xrVrXWfD3dCCuI=; h=Date:From:Reply-To:To:CC:Subject:References:In-Reply-To; b=HYE7znCMyjoM5tOqz5+VzskWpn8m46fqZ7vxMpYsGALlur3QW0Kki8HOq6Rg8xnnD QQ2ipvG/N4TG4U9Hm0Wf24byygJTV92jKgRgaPTi6XEQyR2KkH9I2oJ7M+8KRgjIwN 97GkTZLbWZ01MOWFJzMbCvM2F/6fIbzlxm8+I72A= Message-ID: <52277276.9050206@delphij.net> Date: Wed, 04 Sep 2013 10:48:38 -0700 From: Xin Li Organization: The FreeBSD Project 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> In-Reply-To: <5226E777.4000909@FreeBSD.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, Eitan Adler , svn-src-all@freebsd.org, src-committers@freebsd.org, d@delphij.net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: d@delphij.net 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 17:48:39 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 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. Any suggestions? Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQEcBAEBCgAGBQJSJ3J2AAoJEG80Jeu8UPuz13wH+wahQ8e50Kq5WCYixM8nPpMf PVlNBM4J5mf0h7aLAJGnjtnPyd13qpNFo5PChyb5RJ0S0OIkqneZg0iDP5xvsDft jx7U7J1wQjwAoxixstfLXcqvKwQlpXPaFfgBROYUQdyDMT6jtJT9iaqWlKzQ6RN3 pImaRZfutjRIZHHrUuKftWukQkaTc5+xmqmkdWz11C6K5xf5ZTP7qn11ZX/XyV/b Rqx3+DVLxdGDpFyT16c1qScmPSzXG35Ur/ce3+MiTNMg6kcOXxG/ogVe65Mpmm63 0KKiADtD32xRGalRUT8+DDKJijlnUkzQfm0wNYId3vVUQcYqXulqN/IYcMOQthg= =hyMn -----END PGP SIGNATURE-----