projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ae3ca
)
Add 76800 and 921600 baud rates
author
Paul Mackerras
<paulus@samba.org>
Wed, 27 Dec 2000 23:25:12 +0000
(23:25 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 27 Dec 2000 23:25:12 +0000
(23:25 +0000)
pppd/sys-linux.c
patch
|
blob
|
history
diff --git
a/pppd/sys-linux.c
b/pppd/sys-linux.c
index 448d426dfdf04249fa086dec1b6496702bb60dfe..fbad8473afbd822c1142c6bdfef07c36c2a165fe 100644
(file)
--- a/
pppd/sys-linux.c
+++ b/
pppd/sys-linux.c
@@
-738,6
+738,9
@@
struct speed {
#ifdef B57600
{ 57600, B57600 },
#endif
+#ifdef B76800
+ { 76800, B76800 },
+#endif
#ifdef B115200
{ 115200, B115200 },
#endif
@@
-752,6
+755,9
@@
struct speed {
#endif
#ifdef B460800
{ 460800, B460800 },
+#endif
+#ifdef B921600
+ { 921600, B921600 },
#endif
{ 0, 0 }
};