Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130474
b: refs/heads/master
c: 0461ec5
h: refs/heads/master
v: v3
  • Loading branch information
Paul Larson authored and Linus Torvalds committed Jan 30, 2009
1 parent 8504a80 commit 06091f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2257b70b0f9b2fe8f2afd83fc6798dca75930b8
refs/heads/master: 0461ec5bc7745b89a8ab67ba0ea497abd58a6301
6 changes: 6 additions & 0 deletions trunk/drivers/serial/jsm/jsm_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ static void jsm_tty_stop_rx(struct uart_port *port)
channel->ch_bd->bd_ops->disable_receiver(channel);
}

static void jsm_tty_enable_ms(struct uart_port *port)
{
/* Nothing needed */
}

static void jsm_tty_break(struct uart_port *port, int break_state)
{
unsigned long lock_flags;
Expand Down Expand Up @@ -345,6 +350,7 @@ static struct uart_ops jsm_ops = {
.start_tx = jsm_tty_start_tx,
.send_xchar = jsm_tty_send_xchar,
.stop_rx = jsm_tty_stop_rx,
.enable_ms = jsm_tty_enable_ms,
.break_ctl = jsm_tty_break,
.startup = jsm_tty_open,
.shutdown = jsm_tty_close,
Expand Down

0 comments on commit 06091f0

Please sign in to comment.