From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938328AbXG0WZ4 (ORCPT ); Fri, 27 Jul 2007 18:25:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S937663AbXG0WZe (ORCPT ); Fri, 27 Jul 2007 18:25:34 -0400 Received: from neon.samage.net ([85.17.153.66]:47335 "EHLO neon.samage.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937373AbXG0WZd (ORCPT ); Fri, 27 Jul 2007 18:25:33 -0400 Message-ID: <41532.81.207.0.53.1185575131.squirrel@secure.samage.net> In-Reply-To: <20070724044520.913891976.dtor@insightbb.com> References: <20070724044520.913891976.dtor@insightbb.com> Date: Sat, 28 Jul 2007 00:25:31 +0200 (CEST) Subject: Re: [RFC/RFT 0/5] Input locking patches From: "Indan Zupancic" To: "Dmitry Torokhov" Cc: linux-input@atrey.karlin.mff.cuni.cz, linux-kernel@vger.kernel.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Score: -1.8 X-Scan-Signature: 2ecd0b53b7de9511489f92806276a3d7 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, July 24, 2007 06:45, Dmitry Torokhov wrote: > Hi everyone, > > I finally managed to put together some patches implementing > locking in input core and main input handles. Please look > over them and give them a spin. Since kernel 2.6.21 or so I was annoyed by a warping mouse, and one kernel version later also by "stuck" keys, causing repeated input at the most inconvenient moments (e.g. when opening a program by pressing F1). As it happened irregularly and unpredictable it was hard to debug, and I suspected faulty hardware. My cpu was quite hot, but after removing all the dust it seems all right again. Unfortunately that was about the same time I upgraded to 2.6.23-rc1, so all I can say is that the stuck key problem seems to be gone, though not sure thanks to what, but that neither the cleaning nor the upgrade fixed the warping mouse problem. I'm running with these locking patches for two days now and the mouse doesn't warp any more (it can also have fixed the stuck key problem, not sure). Normally it would warp several times a day, and that didn't happen yet, so I'm tempted to praise your patches. Sorry for the babbling, just wanted to say that I've tested these patches and that they seem to fix real problems. Thanks, Indan