projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef49ffd
)
serial: st-asc: Change default baudrate from 9600 to 115200
author
Lee Jones
<lee.jones@linaro.org>
Mon, 27 Mar 2017 14:03:40 +0000
(15:03 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 31 Mar 2017 13:29:05 +0000
(15:29 +0200)
9600 is old school.
Most applications use 115200 as the default baud these days.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/st-asc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/tty/serial/st-asc.c
b/drivers/tty/serial/st-asc.c
index 4889396d4c45e8f983bac348b59b59ea22c442a4..3e99bcc4eba08382ad04a8546031d4fbda30258c 100644
(file)
--- a/
drivers/tty/serial/st-asc.c
+++ b/
drivers/tty/serial/st-asc.c
@@
-916,7
+916,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 =
96
00;
+ int baud =
1152
00;
int bits = 8;
int parity = 'n';
int flow = 'n';