[Bug 242542] [psm] trackpoint not working, touchpad only sometimes after upgrade to 12.1-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 30 15:35:30 UTC 2020


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

--- Comment #18 from Felix Palmen <felix at 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.


More information about the freebsd-multimedia mailing list