From: Miguel Sousa Filipe <m3thos@netcabo.pt>
To: Vojtech Pavlik <vojtech@ucw.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Too much debug info in PPC iBook through evbug_event()
Date: Thu, 17 Jul 2003 03:21:51 +0100 [thread overview]
Message-ID: <3F16083F.6040102@netcabo.pt> (raw)
I don't if this is supposed to happen, but my iBook just after boot was swamped
with debug information every time I pressed some key, moved my mouse or pressed
any mouse button.
The debug information came from:
drivers/input/evbug.c:
static void evbug_event(struct input_handle *handle, unsigned int type, unsigned
int code, int value)
{
printk(KERN_DEBUG "evbug.c: Event. Dev: %s, Type: %d, Code: %d, Value:
%d\n", handle->dev->phys, type, code, value);
}
The system was unusable, since typing the username meant flooding the screen
with several lines of debug info.
Miguel Sousa Filipe
reply other threads:[~2003-07-17 2:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3F16083F.6040102@netcabo.pt \
--to=m3thos@netcabo.pt \
--cc=linux-kernel@vger.kernel.org \
--cc=vojtech@ucw.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.