Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   tsutsui
Date:           Wed Jun  4 18:23:11 UTC 2025

Modified Files:
        src/external/mit/xorg/server/drivers/xf86-input-keyboard: Makefile
        src/sys/arch/hp300/conf: GENERIC
        src/sys/arch/luna68k/conf: GENERIC

Log Message:
Use native wskbd keymap on X.Org server for hp300 and luna68k.

Also disable the no-longer-needed WSKBD_COMPAT_RAWKBD option in GENERIC.

It's more straightforward to use the native wskbd keymap provided by
the WSKBDIO_GETMAP ioctl, rather than relying on WSKBD_COMPAT_RAWKBD,
which emulates raw PS/2 "pc105" scancodes assumed by the
xf86-input-keyboard driver if no specific keymap is not found.

Tested on HP9000/382 and LUNA-II.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 \
    src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile
cvs rdiff -u -r1.215 -r1.216 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r1.137 -r1.138 src/sys/arch/luna68k/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index