summaryrefslogtreecommitdiffstats
path: root/Documentation/serial/tty.txt
diff options
context:
space:
mode:
authorRodolfo Giometti2010-03-11 00:23:45 +0100
committerLinus Torvalds2010-03-13 00:52:43 +0100
commitb3e63afe8a74c0134d05a551cc74facc3b3ec0d7 (patch)
tree7b20af342a2c9ff31bd202e81075fab22cc2a282 /Documentation/serial/tty.txt
parentpps: LinuxPPS clients support (diff)
downloadkernel-qcow2-linux-b3e63afe8a74c0134d05a551cc74facc3b3ec0d7.tar.gz
kernel-qcow2-linux-b3e63afe8a74c0134d05a551cc74facc3b3ec0d7.tar.xz
kernel-qcow2-linux-b3e63afe8a74c0134d05a551cc74facc3b3ec0d7.zip
ldisc: new dcd_change() method for line disciplines
Signed-off-by: Rodolfo Giometti <giometti@linux.it> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Greg KH <greg@kroah.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Alexander Gordeev <lasaine@lvk.cs.msu.su> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/serial/tty.txt')
-rw-r--r--Documentation/serial/tty.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/serial/tty.txt b/Documentation/serial/tty.txt
index 5e5349a4fcd2..7c900507279f 100644
--- a/Documentation/serial/tty.txt
+++ b/Documentation/serial/tty.txt
@@ -105,6 +105,10 @@ write_wakeup() - May be called at any point between open and close.
is permitted to call the driver write method from
this function. In such a situation defer it.
+dcd_change() - Report to the tty line the current DCD pin status
+ changes and the relative timestamp. The timestamp
+ can be NULL.
+
Driver Access