Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 15:35:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 242542] [psm] trackpoint not working, touchpad only sometimes after upgrade to 12.1-RELEASE
Message-ID:  <bug-242542-12827-jcFBjs948u@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242542-12827@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #18 from Felix Palmen <felix@palmen-it.de> ---
Ok, I don't get how the keyboard is related here (it always worked fine), but
as long as it solves the problem…


Testing:


reset_aux_dev(kbdc);                     // broken


restore_controller(kbdc, command_byte);  // broken


restore_controller(kbdc, command_byte);
reset_aux_dev(kbdc);                     // broken


test_controller(kbdc);                   // broken


test_kbd_port(kbdc);                     // broken


reset_kbd(kbdc);                         // works


I re-tested this last one to be sure it is really reproducible.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242542-12827-jcFBjs948u>