You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dialup/xc/files/xc-4.3.2-add-115200.patch

13 lines
200 B

add support for 115200 baud
--- xc-4.3.2/xcport.c
+++ xc-4.3.2/xcport.c
@@ -107,6 +107,7 @@
{"38400",38400,B38400},
{"57600",57600,B50},
#endif
+ {"115200",115200,B115200},
{"0", 0, B0}
};