From: Andries Brouwer <aebr@win.tue.nl>
To: Jurgen Kramer <gtm.kramer@inter.nl.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.0-test1/2: keyboard funnies in textmode
Date: Fri, 1 Aug 2003 22:16:50 +0200 [thread overview]
Message-ID: <20030801201650.GA3380@win.tue.nl> (raw)
In-Reply-To: <1059760564.3404.9.camel@paragon.slim>
On Fri, Aug 01, 2003 at 07:56:04PM +0200, Jurgen Kramer wrote:
> Laptop 2.4 showkey:
> keycode 124
>
> Laptop 2.6 showkey:
> keycode 0 press
> keycode 1 release
> keycode 55 release
> keycode 0 release
> keycode 1 release
> keycode 55 release
>
> Laptop 2.6 showkey -s:
> 0x7d
> 0xfd
> 0x7d
> 0xfd
> 0x7d
> 0xfd
Aha - this is a problem we have seen a few more times recently.
Scancode 0x7d, well-known from Japanese keyboards, has keycode 124
under 2.4 and keycode 183 under 2.6.
There are many solutions, and searching for "keycode 183" will
show you a few. A quick-n-dirty solution for you is to replace
the 183 in the array atkbd_set2_keycode[] in atkbd.c by 124.
Will look at your USB problem later.
Andries
[PS - Your strange 1,55 release is because 1*128+55 = 183.
The new kernel breaks old keyboard utilities. Bad.]
next prev parent reply other threads:[~2003-08-01 20:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-01 14:25 2.6.0-test1/2: keyboard funnies in textmode Jurgen Kramer
2003-08-01 14:52 ` Andries Brouwer
2003-08-01 15:33 ` Jurgen Kramer
2003-08-01 16:37 ` Andries Brouwer
2003-08-01 17:56 ` Jurgen Kramer
2003-08-01 20:16 ` Andries Brouwer [this message]
2003-08-01 22:16 ` Andries Brouwer
2003-08-10 18:40 ` Mikael Magnusson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030801201650.GA3380@win.tue.nl \
--to=aebr@win.tue.nl \
--cc=gtm.kramer@inter.nl.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox