diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-07-16 02:38:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:38 -0400 |
commit | e30afd5119f5a3684e4e5e66bbaeb9c8d2c814be (patch) | |
tree | 76a61242f4674a2810f299b7f3c51ac801e18b32 /include/asm-cris/termbits.h | |
parent | c12a54b3af795dccb39c303e23073c931fe6f1b6 (diff) |
etrax: enable arbitary speed setting on tty ports
Add the needed constants and bits. The actual code is already in the tty
layer and turned on by the definitions
Signed-off-by: Alan Cox <alan@redhat.com>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-cris/termbits.h')
-rw-r--r-- | include/asm-cris/termbits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-cris/termbits.h b/include/asm-cris/termbits.h index 6cc2e2736f7b..71c1b36269b8 100644 --- a/include/asm-cris/termbits.h +++ b/include/asm-cris/termbits.h | |||
@@ -166,6 +166,7 @@ struct ktermios { | |||
166 | #define HUPCL 0002000 | 166 | #define HUPCL 0002000 |
167 | #define CLOCAL 0004000 | 167 | #define CLOCAL 0004000 |
168 | #define CBAUDEX 0010000 | 168 | #define CBAUDEX 0010000 |
169 | #define BOTHER 0010000 | ||
169 | #define B57600 0010001 | 170 | #define B57600 0010001 |
170 | #define B115200 0010002 | 171 | #define B115200 0010002 |
171 | #define B230400 0010003 | 172 | #define B230400 0010003 |