public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* i386 AT keyboard LED question.
@ 2006-02-20 20:03 Nick Warne
  2006-02-20 20:24 ` Vojtech Pavlik
  0 siblings, 1 reply; 8+ messages in thread
From: Nick Warne @ 2006-02-20 20:03 UTC (permalink / raw)
  To: Vojtech Pavlik, linux-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-02-24  7:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20 20:03 i386 AT keyboard LED question Nick Warne
2006-02-20 20:24 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox