Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24 /Documentation/tty.txt

Filename:/Documentation/tty.txt
Lines Added:8
Lines Deleted:0
Also changed in: (Previous) 2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5  2.6.24-rc4  2.6.24-rc3-git7 
(Following) 2.6.28-rc5  2.6.28-rc6 

Location
[  2.6.24
  [  Documentation
     o  tty.txt

Patch

diff --git a/Documentation/tty.txt b/Documentation/tty.txt
index 048a876..8e65c44 100644
--- a/Documentation/tty.txt
+++ b/Documentation/tty.txt
@@ -132,6 +132,14 @@ set_termios()      Notify the tty driver that the device's termios
          tty->termios. Previous settings should be passed in
          the "old" argument.
 
+         The API is defined such that the driver should return
+         the actual modes selected. This means that the
+         driver function is responsible for modifying any
+         bits in the request it cannot fulfill to indicate
+         the actual modes being used. A device with no
+         hardware capability for change (eg a USB dongle or
+         virtual port) can provide NULL for this method.
+
 throttle()      Notify the tty driver that input buffers for the
          line discipline are close to full, and it should
          somehow signal that no more characters should be


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.