Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=665f5600cb80c9cfa2e9bc832f9cd28164d8e283
Commit:     665f5600cb80c9cfa2e9bc832f9cd28164d8e283
Parent:     5605d4def1b33721c268067620b163af0a9e2474
Author:     David Woodhouse <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 9 11:37:39 2007 -0700
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Tue Jul 10 22:03:29 2007 +1000

    [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: David Woodhouse <[EMAIL PROTECTED]>
    Cc: Alan Cox <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 include/asm-powerpc/termbits.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/asm-powerpc/termbits.h b/include/asm-powerpc/termbits.h
index 5e79198..6698188 100644
--- a/include/asm-powerpc/termbits.h
+++ b/include/asm-powerpc/termbits.h
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to