commit | bc1e99d93f096d5736c0bd3c2d17e13f27b6eb09 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Mon Jun 04 13:35:33 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 13 17:30:53 2012 -0700 |
tree | 174133b5869279f698f331bd6782ff8d5bff51ef | |
parent | 695586ca20c56cf8cfa87160383307a288d32496 [diff] |
TTY: vt, add ->install We need to initialize the console only on the first open. This is usually what is done in the ->install hook. vt used to do this in ->open. Now we move it to ->install and use newly added helper for install: tty_port_install. It ensures tty->port to be set properly. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>