in the file "drivers/char/tty_io.c".
Is there a way to determine, from within tty_write(), if the char(s)
in "buf" have resulted from a keyboard interrupt? To put it another
way, how do I detect keyboard chars from other kernel/appl. output?
- Chris