On Mon, Mar 27, 2017 at 03:03:40PM +0100, 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; But now you just changed the default behavior :( Can you guarentee that no one will complain / notice? If not, then why even change this? thanks, greg k-h -- 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