Hi Lee On 03/27/2017 04:03 PM, Lee Jones wrote: > 9600 is old school. > > Most applications use 115200 as the default baud these days. > > Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx> > --- > drivers/tty/serial/st-asc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/tty/serial/st-asc.c b/drivers/tty/serial/st-asc.c > index bcf1d33..be35b53 100644 > --- a/drivers/tty/serial/st-asc.c > +++ b/drivers/tty/serial/st-asc.c > @@ -917,7 +917,7 @@ static void asc_console_write(struct console *co, const char *s, unsigned count) > static int asc_console_setup(struct console *co, char *options) > { > struct asc_port *ascport; > - int baud = 9600; > + int baud = 115200; > int bits = 8; > int parity = 'n'; > int flow = 'n'; > Acked-by: Patrice Chotard <patrice.chotard@xxxxxx> Thanks-- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html