[parisc-linux-cvs] linux rhirst
Richard Hirst
parisc-linux@lists.parisc-linux.org
Fri, 14 Jun 2002 11:19:57 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux
Changes by: rhirst 02/06/14 11:19:57
Modified files:
. : Makefile
drivers/char : pdc_console.c
Log message:
ioctls that 'get' info must write the user buffer before returning
success. boot-floppies failed because TIOCGSERIAL effectively returned
garbage for 'line'. It now returns something sane; could be fixed to
return actual line states, etc, sometime, if possible.