Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 665f5600 authored by David Woodhouse's avatar David Woodhouse Committed by Paul Mackerras
Browse files

[POWERPC] Enable arbitary speed tty ioctls and split input/output speed



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: default avatarDavid Woodhouse <dwmw2@infradead.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 5605d4de
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -152,6 +152,10 @@ struct ktermios {
#define B3000000  00034
#define B3000000  00034
#define B3500000  00035
#define B3500000  00035
#define B4000000  00036
#define B4000000  00036
#define   BOTHER  00037

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


#define CSIZE	00001400
#define CSIZE	00001400
#define   CS5	00000000
#define   CS5	00000000