OSDN Git Service

* fhandler.h (class fhandler_serial): Add new members of
authorcorinna <corinna>
Mon, 22 Jul 2002 09:11:44 +0000 (09:11 +0000)
committercorinna <corinna>
Mon, 22 Jul 2002 09:11:44 +0000 (09:11 +0000)
commitd66441a9494e706c9acd74f10711595da25bcf0d
treec300f6f71e0468d7bb2f2029e1a257240501f4b2
parent5b4def948c4367f3c1ec8cb1dfa3d928fa7b481b
* fhandler.h (class fhandler_serial): Add new members of
the class - rts,dtr and method ioctl(). Variables rts and dtr
important for Win 9x only.
* fhandler_serial.cc (fhandler_serial::open): Add initial setting
of dtr and rts. Important for Win 9x only.
(fhandler_serial::ioctl): New function. Implements commands TIOCMGET,
TIOCMSET and TIOCINQ.
(fhandler_serial::tcflush): Fixed found error.
(fhandler_serial::tcsetattr): Add settings of rts and dtr. Important
for Win 9x only.
* termios.h: Add new defines as a support for ioctl() function
on serial device.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_serial.cc
winsup/cygwin/include/sys/termios.h