Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19997
b: refs/heads/master
c: a9cdffb
h: refs/heads/master
i:
  19995: acaefc6
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 8, 2006
1 parent df7c776 commit 3ec7174
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2da436e00f9a5fdd0fb6b31e4b2b2ba82e8f5ab8
refs/heads/master: a9cdffb14ae8a95335ba4e9add1f1086c4d65372
16 changes: 6 additions & 10 deletions trunk/drivers/serial/mcfserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,16 @@ struct timer_list mcfrs_timer_struct;
* keep going. Perhaps one day the cflag settings for the
* console can be used instead.
*/
#if defined(CONFIG_ARNEWSH) || defined(CONFIG_FREESCALE) || \
defined(CONFIG_senTec) || defined(CONFIG_SNEHA)
#define CONSOLE_BAUD_RATE 19200
#define DEFAULT_CBAUD B19200
#endif

#if defined(CONFIG_HW_FEITH)
#define CONSOLE_BAUD_RATE 38400
#define DEFAULT_CBAUD B38400
#endif

#if defined(CONFIG_MOD5272) || defined(CONFIG_M5208EVB)
#elif defined(CONFIG_MOD5272) || defined(CONFIG_M5208EVB)
#define CONSOLE_BAUD_RATE 115200
#define DEFAULT_CBAUD B115200
#elif defined(CONFIG_ARNEWSH) || defined(CONFIG_FREESCALE) || \
defined(CONFIG_senTec) || defined(CONFIG_SNEHA)
#define CONSOLE_BAUD_RATE 19200
#define DEFAULT_CBAUD B19200
#endif

#ifndef CONSOLE_BAUD_RATE
Expand Down Expand Up @@ -350,7 +346,7 @@ static inline void receive_chars(struct mcf_serial *info)
}
tty_insert_flip_char(tty, ch, flag);
}
tty_flip_buffer_push(tty);
tty_schedule_flip(tty);
return;
}

Expand Down

0 comments on commit 3ec7174

Please sign in to comment.