From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 23 00:26:45 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9634716A41C for ; Thu, 23 Jun 2005 00:26:45 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EFC43D49 for ; Thu, 23 Jun 2005 00:26:45 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate1b.savvis.net (Postfix) with ESMTP id CEF823C045; Wed, 22 Jun 2005 19:26:44 -0500 (CDT) Received: from mailgate1b.savvis.net ([127.0.0.1]) by localhost (mailgate1b.savvis.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10739-02-28; Wed, 22 Jun 2005 19:26:44 -0500 (CDT) Received: from out001.email.savvis.net (out001.apptix.savvis.net [216.91.32.44]) by mailgate1b.savvis.net (Postfix) with ESMTP id A547F3BE62; Wed, 22 Jun 2005 19:26:44 -0500 (CDT) Received: from s228130hz1ew031.apptix-01.savvis.net ([10.146.4.28]) by out001.email.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 22 Jun 2005 19:26:39 -0500 Received: from [10.254.186.111] ([64.14.1.106]) by s228130hz1ew031.apptix-01.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 22 Jun 2005 19:26:30 -0500 Message-ID: <42BA01AC.3030806@savvis.net> Date: Wed, 22 Jun 2005 17:26:20 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Norbert Koch References: <000001c57727$43c5e600$4801a8c0@ws-ew-3.W2KDEMIG> In-Reply-To: <000001c57727$43c5e600$4801a8c0@ws-ew-3.W2KDEMIG> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Jun 2005 00:26:30.0634 (UTC) FILETIME=[33B0BCA0:01C5778A] X-Virus-Scanned: amavisd-new at savvis.net Cc: "Freebsd-Hackers@Freebsd.Org" Subject: Re: using vkbd device X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2005 00:26:45 -0000 Hello Norbert, > I did some more testing with kbdmux. > > 1. I wait for the screen saver becoming active. > 2. I press the control key. > 3. All keys, I press after that, > come as control keys, e.g. > I press 'j' or 'J' and see a > linefeed, I press 'I' and see a tab. > 4. I wait a second time for the screen saver. > 5. I press control. > 6. The keys are ok now. > > Does syscons eat up the key but > sets the state in kbdmux? hmmm... i can not reproduce it here (on -current). could you please try the latest code. i have included some of your patches and did a compile only test on 4.x system (freefall.freebsd.org). http://www.geocities.com/m_evmenkin/kbdmux-3.tar.gz it also fixes (hopefully) issues with state synchronization (lights, etc.). thanks, max