18 Feb, 2011
1 commit
-
Only oddities here are a couple of drivers that bogusly called the ldisc
helpers instead of returning -ENOIOCTLCMD. Fix the bug and the rest goes
away.Signed-off-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman
23 Oct, 2010
1 commit
-
Ttyprintk is a pseudo TTY driver, which allows users to make printk
messages, via output to ttyprintk device. It is possible to store
"console" messages inline with kernel messages for better analyses of
the boot process, for example.Signed-off-by: Samo Pogacnik
Acked-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman