CVSROOT:        /cvs
Module name:    ports
Changes by:     matth...@cvs.openbsd.org        2024/01/03 11:39:42

Modified files:
        wayland/libinput-openbsd: Makefile distinfo 

Log message:
Add USB keyboards support. ok volker@

Please note that if you have different keyboard types connected to the
wskbd mux, the last connected one before launching an application that
opens the mux "wins" (the other ones with different types or connected
later will generate random useless symbols). This is something that
can't be fixed without a change in the kernel wscons protocol to
actually provide an identifier of the device who produced the event to
each event in a mux. This will take some time to be done correctly.

Changes :

ba8406af Better wscons device initialization and keyboard mapping handling.
60f16ee7 remove some debugging printf()s
41446a3d white space fixes
b12c5d29 OpenBSD lacks strtod_l(3) but defaults to C locale semantics anyways
f5930e9f Add support for USB keyboards

Reply via email to