Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 305184 Details for
Bug 446132
pppd should support all speeds in termios.h
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to apply to ppp-2.4.4 to support all serial speeds supported by kernel
ppp-2.4.4-new_speeds.patch (text/plain), 749 bytes, created by
Jason Vas Dias
on 2008-05-12 22:09:47 UTC
(
hide
)
Description:
Patch to apply to ppp-2.4.4 to support all serial speeds supported by kernel
Filename:
MIME Type:
Creator:
Jason Vas Dias
Created:
2008-05-12 22:09:47 UTC
Size:
749 bytes
patch
obsolete
>diff -up ppp-2.4.4/pppd/sys-linux.c.new_speeds ppp-2.4.4/pppd/sys-linux.c >--- ppp-2.4.4/pppd/sys-linux.c.new_speeds 2008-05-12 17:44:11.000000000 -0400 >+++ ppp-2.4.4/pppd/sys-linux.c 2008-05-12 17:50:51.000000000 -0400 >@@ -849,6 +849,30 @@ struct speed { > #ifdef B921600 > { 921600, B921600 }, > #endif >+#ifdef B1000000 >+ { 1000000, B1000000 }, >+#endif >+#ifdef B1152000 >+ { 1152000, B1152000 }, >+#endif >+#ifdef B1500000 >+ { 1500000, B1500000 }, >+#endif >+#ifdef B2000000 >+ { 2000000, B2000000 }, >+#endif >+#ifdef B2500000 >+ { 2500000, B2500000 }, >+#endif >+#ifdef B3000000 >+ { 3000000, B3000000 }, >+#endif >+#ifdef B3500000 >+ { 3500000, B3500000 }, >+#endif >+#ifdef B4000000 >+ { 4000000, B4000000 }, >+#endif > { 0, 0 } > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 446132
: 305184