From: Dmitry Torokhov <dtor_core@ameritech.net>
To: linux-kernel@vger.kernel.org
Cc: "Ville Hallik" <ville@linux.ee>, Meelis Roos <mroos@linux.ee>
Subject: Re: 2.6.9+ keyboard LED problem
Date: Thu, 6 Jan 2005 01:43:13 -0500 [thread overview]
Message-ID: <200501060143.13428.dtor_core@ameritech.net> (raw)
In-Reply-To: <20050106001203.DAD7E14C47@ondatra.tartu-labor>
On Wednesday 05 January 2005 07:12 pm, Ville Hallik wrote:
> In article <d120d50005010510543532e0bf@mail.gmail.com> you wrote:
> > On Wed, 5 Jan 2005 20:38:34 +0200 (EET), Meelis Roos <mroos@linux.ee> wrote:
> >> > Seems to work fine here. The led is blinking rapidly but I can type just
> >> > fine and touchpad works as well.
> >> >
> >> > What kind of box do you have? UP/SMP, Preempt?
> >>
> >> UP, Celeron 900 on i815. Happens on 2 identical computers, one preempt,
> >> one not preempt. PS/2 keyboard and mouse on one, only PS/2 keyboard on
> >> the other (and USB mouse that is probably unimportant).
> >>
>
> > The big input update went in with 2.6.9-rc2-bk4.Could you try booting
> > -bk3 and -bk4 to verify that those changes are to blame?
>
> No, this bug appears with 2.6.9-rc2-bk3. I'm afraid that introduction of
> atkbd_schedule_command() & related stuff into atkbd.c is to blame.
>
Actually it is ACK processing hardening that is very useful at setup stage
but is getting in our way once keyboard is initialized and commands are
intermixed with good data.
Could you please try the patch below? It is just a quick hack, just to prove
the idea. If it works for you I will prepare the proper fix later.
--
Dmitry
===== drivers/input/serio/libps2.c 1.2 vs edited =====
--- 1.2/drivers/input/serio/libps2.c 2004-10-20 03:13:08 -05:00
+++ edited/drivers/input/serio/libps2.c 2005-01-06 01:20:11 -05:00
@@ -250,7 +250,7 @@
}
/* Fall through */
default:
- return 1;
+ return 0;
}
if (!ps2dev->nak && ps2dev->cmdcnt)
next prev parent reply other threads:[~2005-01-06 6:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-05 17:04 2.6.9+ keyboard LED problem Meelis Roos
2005-01-05 18:28 ` Dmitry Torokhov
2005-01-05 18:38 ` Meelis Roos
2005-01-05 18:54 ` Dmitry Torokhov
2005-01-06 0:12 ` Ville Hallik
2005-01-06 6:43 ` Dmitry Torokhov [this message]
2005-01-06 8:30 ` Meelis Roos
2005-01-06 14:50 ` Ville Hallik
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=200501060143.13428.dtor_core@ameritech.net \
--to=dtor_core@ameritech.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mroos@linux.ee \
--cc=ville@linux.ee \
/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