All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vojtech Pavlik <vojtech@suse.cz>
To: Hal Duston <hald@sound.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Input w/2.5.3-dj3
Date: Tue, 12 Feb 2002 10:00:32 +0100	[thread overview]
Message-ID: <20020212100032.C1210@suse.cz> (raw)
In-Reply-To: <Pine.GSO.4.10.10202111857040.7585-100000@sound.net>
In-Reply-To: <Pine.GSO.4.10.10202111857040.7585-100000@sound.net>; from hald@sound.net on Mon, Feb 11, 2002 at 07:00:47PM -0600

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

On Mon, Feb 11, 2002 at 07:00:47PM -0600, Hal Duston wrote:

> OK, i8042_direct=1 fixed things for my wrong keys issue.
> atkbd_set=3 didn't appear to make any difference (I think)
> I'm using atkbd_set=2 currently, but I think =3 worked as well.

Wow, this must be a crazy machine. This means it's using Set1 by default
on the keyboard and has translation switched off in the i8042. Hmm, I'll
have to add a way to detect this ... can you try the attached patch to
see if it fixes your problem? With this patch, you shouldn't need to add
"i8042_direct=1" as it should detect the case automatically. If it
doesn't, please send me the log with this change and without the option
again.

-- 
Vojtech Pavlik
SuSE Labs

[-- Attachment #2: i8042-autounxl.diff --]
[-- Type: text/plain, Size: 240 bytes --]

--- i8042.c	Tue Feb 12 09:57:13 2002
+++ i8042.new	Tue Feb 12 09:56:42 2002
@@ -492,6 +492,9 @@
 	if (i8042_direct)
 		i8042_ctr &= ~I8042_CTR_XLATE;
 
+	if (~i8042_ctr & I8042_CTR_XLATE)
+		i8042_direct = 1;
+
 /*
  * Write CTR back.
  */

  reply	other threads:[~2002-02-12  9:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-12  1:00 Input w/2.5.3-dj3 Hal Duston
2002-02-12  9:00 ` Vojtech Pavlik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-02-14 19:24 Hal Duston
2002-02-15  0:22 ` Vojtech Pavlik
2002-02-11 20:39 Hal Duston
2002-02-11 20:55 ` Vojtech Pavlik
2002-02-11 17:56 Hal Duston
2002-02-11 17:58 ` Vojtech Pavlik
2002-02-08 19:12 Hal Duston
2002-02-09 17:00 ` Vojtech Pavlik
2002-02-07 17:55 Hal Duston
2002-02-08  7:17 ` Vojtech Pavlik
2002-02-07 16:43 Hal Duston
2002-02-07 16:51 ` Dave Jones

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=20020212100032.C1210@suse.cz \
    --to=vojtech@suse.cz \
    --cc=hald@sound.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.