linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CLOCAL and TIOCMIWAIT
@ 2001-02-27  0:56 Ivan Passos
  2001-02-27  1:27 ` Paul Fulghum
  2001-02-27  3:19 ` Jeremy Jackson
  0 siblings, 2 replies; 4+ messages in thread
From: Ivan Passos @ 2001-02-27  0:56 UTC (permalink / raw)
  To: Linux Kernel List, Linux Serial List


Hello,

A customer has just brought to my attention that when you try to use the
TIOCMIWAIT ioctl with our boards and CLOCAL is enabled, you can't check
changes in the DCD signal. He also mentioned that that is possible with
the regular serial ports.

As I understood, CLOCAL meant disabling DCD sensitivity, so if CLOCAL is
disabled, no changes in DCD will be passed from hardware driver to the
kernel or userspace. The way the serial driver is implemented, this is not
true (i.e. even with CLOCAL enabled, you can still see DCD changes through
the TIOCMIWAIT command).

My question is: what's the correct interpretation of CLOCAL?? If the
serial driver's interpretation is the correct one, I'll be more than happy
to change the Cyclades' driver to comply with that, I just want to make
sure that this is the expected behavior before I patch the driver.

Thanks in advance for your comments.

Later,
Ivan


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-02-27 22:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-27  0:56 CLOCAL and TIOCMIWAIT Ivan Passos
2001-02-27  1:27 ` Paul Fulghum
2001-02-27  3:19 ` Jeremy Jackson
2001-02-27 22:59   ` Theodore Y. Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).