Hello, When using uClibc 0.9.29 for x86 (32-bit), my configure script doesn't find any baudrates greater than B115200 defined. When looking in the headers, I see that 'termios.h' has the higher speeds commented out with #if 0 ... #endif.
The comment mentioned there is something about being compatible with cfsetspeed.c in uClibc. When I checked this file, it appeared to support these higher baudrates and passes them on in the termios_struct to the OS. Is it safe to simply remove the #defines and recompile? Or is there still a problem there? Thanks, Jason. _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
