[Bug 191306] New: VT using inconsistent token parameters to kbd_allocate() and kbd_release()
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 23 13:41:41 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191306
Bug ID: 191306
Summary: VT using inconsistent token parameters to
kbd_allocate() and kbd_release()
Product: Base System
Version: 10.0-STABLE
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: jau789 at gmail.com
Created attachment 144065
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144065&action=edit
make VT consistently use a pointer to struct vt_device
VT has been using inconsistent token parameters while calling
kbd_allocate() and kbd_release() mixing keyboard ID and a pointer
to struct vt_device.
This has caused e.g. "kbdcontrol -K" to fail.
The attached patch should fix the issue.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list