tty_io.c - kbd input

Chris Pallotta (chris@allmedia.com)
Sun, 9 Feb 1997 16:00:47 -0500


I have a question regarding the function:

static int tty_write(struct inode *inode, struct file *file,
char *buf, int count);

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