Skip to content

Commit

Permalink
[POWERPC] Enable arbitary speed tty ioctls and split input/output speed
Browse files Browse the repository at this point in the history
Adding the defines/macros activates the existing code in the tty layer and
allows this platform to use the arbitary speed ioctl setting layer

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
David Woodhouse authored and Paul Mackerras committed Jul 10, 2007
1 parent 5605d4d commit 665f560
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/asm-powerpc/termbits.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ struct ktermios {
#define B3000000 00034
#define B3500000 00035
#define B4000000 00036
#define BOTHER 00037

#define CIBAUD 077600000
#define IBSHIFT 16 /* Shift from CBAUD to CIBAUD */

#define CSIZE 00001400
#define CS5 00000000
Expand Down

0 comments on commit 665f560

Please sign in to comment.