]> git.ozlabs.org Git - ppp.git/commitdiff
Add 76800 and 921600 baud rates
authorPaul Mackerras <paulus@samba.org>
Wed, 27 Dec 2000 23:25:12 +0000 (23:25 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 27 Dec 2000 23:25:12 +0000 (23:25 +0000)
pppd/sys-linux.c

index 448d426dfdf04249fa086dec1b6496702bb60dfe..fbad8473afbd822c1142c6bdfef07c36c2a165fe 100644 (file)
@@ -738,6 +738,9 @@ struct speed {
 #ifdef B57600
     { 57600, B57600 },
 #endif
 #ifdef B57600
     { 57600, B57600 },
 #endif
+#ifdef B76800
+    { 76800, B76800 },
+#endif
 #ifdef B115200
     { 115200, B115200 },
 #endif
 #ifdef B115200
     { 115200, B115200 },
 #endif
@@ -752,6 +755,9 @@ struct speed {
 #endif
 #ifdef B460800
     { 460800, B460800 },
 #endif
 #ifdef B460800
     { 460800, B460800 },
+#endif
+#ifdef B921600
+    { 921600, B921600 },
 #endif
     { 0, 0 }
 };
 #endif
     { 0, 0 }
 };