diff options
Diffstat (limited to 'Documentation/ABI/testing/sysfs-tty')
-rw-r--r-- | Documentation/ABI/testing/sysfs-tty | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-tty b/Documentation/ABI/testing/sysfs-tty index ad22fb0ee765..9eb3c2b6b040 100644 --- a/Documentation/ABI/testing/sysfs-tty +++ b/Documentation/ABI/testing/sysfs-tty | |||
@@ -138,3 +138,19 @@ Description: | |||
138 | 138 | ||
139 | These sysfs values expose the TIOCGSERIAL interface via | 139 | These sysfs values expose the TIOCGSERIAL interface via |
140 | sysfs rather than via ioctls. | 140 | sysfs rather than via ioctls. |
141 | |||
142 | What: /sys/class/tty/ttyS0/rx_trig_bytes | ||
143 | Date: May 2014 | ||
144 | Contact: Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com> | ||
145 | Description: | ||
146 | Shows current RX interrupt trigger bytes or sets the | ||
147 | user specified value to change it for the FIFO buffer. | ||
148 | Users can show or set this value regardless of opening the | ||
149 | serial device file or not. | ||
150 | |||
151 | The RX trigger can be set one of four kinds of values for UART | ||
152 | serials. When users input a meaning less value to this I/F, | ||
153 | the RX trigger is changed to the nearest lower value for the | ||
154 | device specification. For example, when user sets 7bytes on | ||
155 | 16550A, which has 1/4/8/14 bytes trigger, the RX trigger is | ||
156 | automatically changed to 4 bytes. | ||