From: Nick Warne <nick@linicks.net>
To: Vojtech Pavlik <vojtech@suse.cz>, linux-kernel@vger.kernel.org
Subject: i386 AT keyboard LED question.
Date: Mon, 20 Feb 2006 20:03:26 +0000 [thread overview]
Message-ID: <200602202003.26642.nick@linicks.net> (raw)
Hi Vojtech,
I wondered why numlock LED goes off during boot process, even though I ask
BIOS to turn on;
atkbd.c
/*
* If the get ID command failed, we check if we can at least set the LEDs on
* the keyboard. This should work on every keyboard out there. It also turns
* the LEDs off, which we want anyway.
*/
param[0] = 0;
if (ps2_command(ps2dev, param, ATKBD_CMD_SETLEDS))
return -1;
What is the rationale *why* we want LEDS off anyway?
Thanks,
Nick
--
"Person who say it cannot be done should not interrupt person doing it."
-Chinese Proverb
next reply other threads:[~2006-02-20 20:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-20 20:03 Nick Warne [this message]
2006-02-20 20:24 ` i386 AT keyboard LED question Vojtech Pavlik
2006-02-20 20:51 ` Nick Warne
2006-02-20 20:57 ` Vojtech Pavlik
2006-02-20 21:12 ` linux-os (Dick Johnson)
2006-02-20 21:21 ` Nick Warne
2006-02-24 7:17 ` Jan Engelhardt
2006-02-24 7:27 ` Vojtech Pavlik
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=200602202003.26642.nick@linicks.net \
--to=nick@linicks.net \
--cc=linux-kernel@vger.kernel.org \
--cc=vojtech@suse.cz \
/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.