Date: Sat, 22 Nov 2014 17:11:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 194718] vt(4): Keyboard not working properly when not using kbdmux(4) Message-ID: <bug-194718-8-ZVqCcnNPwT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194718-8@https.bugs.freebsd.org/bugzilla/> References: <bug-194718-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194718 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: dumbbell Date: Sat Nov 22 17:10:57 UTC 2014 New revision: 274861 URL: https://svnweb.freebsd.org/changeset/base/274861 Log: vt(4): Fix keyboard allocation when kbdmux(4) isn't used The problem was that only the kbdmux keyboard index was saved in vd->vd_keyboard. This index is -1 when kbdmux isn't used. In this case, the keyboard was correctly allocated, but the returned index was discarded. PR: 194718 MFC of: r273973 Changes: _U stable/10/ stable/10/sys/dev/vt/vt_core.c -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194718-8-ZVqCcnNPwT>