bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#47948: marked as done (GNUmach doesn't enqueue 0xE0 scancodes. [pat


From: Debian Bug Tracking System
Subject: Bug#47948: marked as done (GNUmach doesn't enqueue 0xE0 scancodes. [patch])
Date: Tue, 21 Aug 2001 14:18:59 -0500

Your message dated Tue, 21 Aug 2001 21:10:15 +0200
with message-id <20010821211015.A1861@212.23.136.22>
and subject line closing fixed bugs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Oct 1999 09:15:04 +0000
Received: (qmail 15519 invoked from network); 21 Oct 1999 09:15:04 -0000
Received: from smtp1.kolumbus.fi (193.229.0.36)
  by master.debian.org with SMTP; 21 Oct 1999 09:15:04 -0000
Received: from PC486.Niemitalo.LAN (m157m1oul.dial.kolumbus.fi 
[193.229.226.157])
        by smtp1.kolumbus.fi (8.9.0/8.9.0) with ESMTP id MAA28309;
        Thu, 21 Oct 1999 12:14:54 +0300 (EET DST)
Received: from kalle by PC486.Niemitalo.LAN with local (Exim 3.03 #1 (Debian))
        id 11eEJ7-0000CV-00; Thu, 21 Oct 1999 12:14:49 +0300
To: submit@bugs.debian.org
Subject: GNUmach doesn't enqueue 0xE0 scancodes.  [patch]
X-Accept-Language: fi;q=1.0, en;q=0.9, sv;q=0.5, de;q=0.1
X-URL: http://stekt.oulu.fi/~tosi/
From: Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
Date: 21 Oct 1999 12:14:45 +0300
Message-ID: <874sfljcs9.fsf@PC486.Niemitalo.LAN>
Lines: 30

Package: gnumach
Version: 1.2-1
Severity: normal

Programs reading the "kbd" device in event mode never receive
0xE0 scancodes and thus can't know whether the user pressed left
or right Alt, for instance.  The appended patch fixes this.
Behavior with kb_mode==KB_ASCII doesn't change.

If you want a test case, try the junk/print-kbev utility in
<URL: http://stekt.oulu.fi/~tosi/gnu/colortext-0.3.tar.gz>.

I would also like to get rid of all the kd_kbd_mouse related
code, because it consumes events from the Scroll Lock and Break
keys.  But I don't know if the X people are using it.

--- gnumach-1.2.orig/i386/i386at/kd.c   Thu Oct 21 10:23:30 1999
+++ gnumach-1.2/i386/i386at/kd.c        Thu Oct 21 10:24:27 1999
@@ -826,9 +826,8 @@
        }
 
        scancode = inb(K_RDWR);
-       if (scancode == K_EXTEND) {
-               if (kb_mode != KB_EVENT)
-                       kd_extended = TRUE;
+       if (scancode == K_EXTEND && kb_mode != KB_EVENT) {
+               kd_extended = TRUE;
                goto done;
        } else if (scancode == K_RESEND) {
                kd_resend();
---------------------------------------
Received: (at 47948-done) by bugs.debian.org; 21 Aug 2001 19:10:19 +0000
>From Marcus.Brinkmann@ruhr-uni-bochum.de Tue Aug 21 14:10:19 2001
Return-path: <Marcus.Brinkmann@ruhr-uni-bochum.de>
Received: from porta.u64.de [194.77.88.106] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15ZGup-0003ul-00; Tue, 21 Aug 2001 14:10:19 -0500
Received: from (localhost) [212.23.136.22] (mail)
        by porta.u64.de with asmtp (Exim 3.12 #1 (Debian))
        id 15ZHUf-0006xC-00; Tue, 21 Aug 2001 21:47:21 +0200
Received: from marcus by localhost with local (Exim 3.32 #1 (Debian))
        id 15ZGul-0000Vj-00; Tue, 21 Aug 2001 21:10:15 +0200
Date: Tue, 21 Aug 2001 21:10:15 +0200
From: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
To: 101679-done@bugs.debian.org, 37954-done@bugs.debian.org,
        45792-done@bugs.debian.org, 47948-done@bugs.debian.org,
        85302-done@bugs.debian.org
Subject: closing fixed bugs
Message-ID: <20010821211015.A1861@212.23.136.22>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.20i
Sender: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
Delivered-To: 47948-done@bugs.debian.org

fixed bugs that should be closed

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]