* Too much debug info in PPC iBook through evbug_event()
@ 2003-07-17 2:21 Miguel Sousa Filipe
0 siblings, 0 replies; only message in thread
From: Miguel Sousa Filipe @ 2003-07-17 2:21 UTC (permalink / raw)
To: Vojtech Pavlik; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-07-17 2:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-17 2:21 Too much debug info in PPC iBook through evbug_event() Miguel Sousa Filipe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).