[Bug 194718] vt(4): Keyboard not working properly when not using kbdmux(4)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 2 16:05:31 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194718

--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:

Author: dumbbell
Date: Sun Nov  2 16:04:49 UTC 2014
New revision: 273973
URL: https://svnweb.freebsd.org/changeset/base/273973

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 after:    1 week

Changes:
  head/sys/dev/vt/vt_core.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list