From mboxrd@z Thu Jan 1 00:00:00 1970 From: john.chludzinski@vivaldi.net (John Chludzinski) Date: Sun, 03 Jan 2016 23:52:58 -0500 Subject: Upping baud rate for ttyS0 Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org I've downloaded the source RPM for the 3.10 kernel. I'm looking for the driver code that I need to modify to support higher baud rates than that permitted by the current serial driver (B115200 when using stty or cfsetispeed() + tcsetattr()). I've looked in the drivers/tty/serial/ source files but am uncertain where to begin. Any pointer would be appreciated. ---John