Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116959
b: refs/heads/master
c: 56ce9e2
h: refs/heads/master
i:
  116957: c28cac1
  116955: 0e8f52a
  116951: 7b26d2a
  116943: 9aa2475
  116927: 8e8455d
v: v3
  • Loading branch information
Hendrik Brueckner authored and Benjamin Herrenschmidt committed Oct 21, 2008
1 parent a4aba15 commit c71ae24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fc362e2e0efd8b652ebfb409a4e43e6189c04f6f
refs/heads/master: 56ce9e2b2463b3b257098aa966586701d9967f1e
2 changes: 1 addition & 1 deletion trunk/drivers/char/hvc_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ static int hvc_init(void)
drv->minor_start = HVC_MINOR;
drv->type = TTY_DRIVER_TYPE_SYSTEM;
drv->init_termios = tty_std_termios;
drv->flags = TTY_DRIVER_REAL_RAW;
drv->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_RESET_TERMIOS;
tty_set_operations(drv, &hvc_ops);

/* Always start the kthread because there can be hotplug vty adapters
Expand Down

0 comments on commit c71ae24

Please sign in to comment.