public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nick Warne <nick@linicks.net>
To: linux-kernel@vger.kernel.org
Subject: 2.4.31 CONFIG_INPUT_KEYBDEV
Date: Sun, 9 Oct 2005 11:41:10 +0100	[thread overview]
Message-ID: <200510091141.10987.nick@linicks.net> (raw)

What exactly does CONFIG_INPUT_KEYBDEV do?

I found that _not_setting it, 2.4.31 still looks for keyboard at boot:

Oct  9 10:41:49 kernel: keyboard: Timeout - AT keyboard not present?(ed)
Oct  9 10:41:50 kernel: keyboard: Timeout - AT keyboard not present?(f4)

and doing a find/grep in the code reveals that CONFIG_INPUT_KEYBDEV doesn't 
seem to do anything anywhere except def/undef itself:


[root@linux-2.4.31]# find . -name \*.h -exec grep -iHn "INPUT_KEYBDEV" {} \;
./include/linux/autoconf.h:482:#undef  CONFIG_INPUT_KEYBDEV
./include/config/input/keybdev.h:1:#undef  CONFIG_INPUT_KEYBDEV


[root@linux-2.4.31]# find . -name \*.c -exec grep -iHn "INPUT_KEYBDEV" {} \;
... nothing...


Therefore I still have to manually edit include/linux/pc_keyb.h to undef the 
(no) keyboard timeouts:

?

Nick
-- 
http://sourceforge.net/projects/quake2plus

"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."


             reply	other threads:[~2005-10-09 10:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-09 10:41 Nick Warne [this message]
2005-10-09 20:00 ` 2.4.31 CONFIG_INPUT_KEYBDEV Valdis.Kletnieks
2005-10-09 20:40 ` Willy Tarreau
2005-10-10 18:24   ` Nick Warne
2005-10-11  4:50     ` Willy Tarreau

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=200510091141.10987.nick@linicks.net \
    --to=nick@linicks.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