Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754536AbYCNNae (ORCPT ); Fri, 14 Mar 2008 09:30:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753466AbYCNNaV (ORCPT ); Fri, 14 Mar 2008 09:30:21 -0400 Received: from caffeine.csclub.uwaterloo.ca ([129.97.134.17]:45591 "EHLO caffeine.csclub.uwaterloo.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753486AbYCNNaU (ORCPT ); Fri, 14 Mar 2008 09:30:20 -0400 Date: Fri, 14 Mar 2008 09:30:19 -0400 To: Pavel Machek Cc: David Newall , Jiri Kosina , "Fred ." , linux-kernel@vger.kernel.org Subject: Re: Keys get stuck Message-ID: <20080314133019.GE1289@csclub.uwaterloo.ca> References: <47D7B428.6010804@davidnewall.com> <20080313171425.GA4840@ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080313171425.GA4840@ucw.cz> User-Agent: Mutt/1.5.13 (2006-08-11) From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1209 Lines: 30 On Thu, Mar 13, 2008 at 06:14:26PM +0100, Pavel Machek wrote: > hw is proper place to implement autorepeat, and along with some > buffering, it has chance to work. Kernel is not real-time, and X are > definitely not real-time, while autorepeat is real-time operation. > > It actually mostly works in ps/2 case. Buffer in hardware means that > pretty big interrupt delays can be tolerated without problems. So does the keyboard events generate something like this then: KEY_x_DOWN KEY_x_REPEAT KEY_x_UP If so then X certainly could get all the keyboard information I imagine it needs from the kernel, but otherwise I am not sure how it could. A repeated series of key down events are not enough since some keys you don't want repeated you just want to know when the key is held down and when it isn't. I just hope someone figures it out since I would love to stop getting duplicate characters whenever the system is under a bit of load in X. -- Len Sorensen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/