]> git.ipfire.org Git - thirdparty/util-linux.git/commit
agetty: beside virtual consoles support xvc and hvc device lines as well
authorWerner Fink <werner@suse.de>
Thu, 8 May 2014 10:09:25 +0000 (12:09 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 13 May 2014 08:40:11 +0000 (10:40 +0200)
commitb9c7390948c7850db2bee82ad64624930962cc14
treee6e8cf6729d78631287612d80101bfe99e0617be
parentf2bcda5183e22c8d7a477504a264669109da6c7e
agetty: beside virtual consoles support xvc and hvc device lines as well

For this approach do not use the ioctl TIOCMGET anymore as this
is for real serial lines only. But switch over to use the ioctl
KDGKBMODE as this is unique to the virtual console lines only.

Signed-off-by: Werner Fink <werner@suse.de>
login-utils/sulogin.c
term-utils/agetty.c