svn commit: trunk/uClibc/libc/termios

pkj at uclibc.org pkj at uclibc.org
Wed Jun 21 11:21:51 UTC 2006


Author: pkj
Date: 2006-06-21 04:21:48 -0700 (Wed, 21 Jun 2006)
New Revision: 15458

Log:
Added a missing baud rate (614400) to the speeds[] table.


Modified:
   trunk/uClibc/libc/termios/cfsetspeed.c


Changeset:
Modified: trunk/uClibc/libc/termios/cfsetspeed.c
===================================================================
--- trunk/uClibc/libc/termios/cfsetspeed.c	2006-06-21 08:18:19 UTC (rev 15457)
+++ trunk/uClibc/libc/termios/cfsetspeed.c	2006-06-21 11:21:48 UTC (rev 15458)
@@ -111,6 +111,9 @@
 #ifdef B576000
     { 576000, B576000 },
 #endif
+#ifdef B614400
+    { 614400, B614400 },
+#endif
 #ifdef B921600
     { 921600, B921600 },
 #endif




More information about the uClibc-cvs mailing list