NetBSD-Bugs archive

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

PR/57844 CVS commit: [netbsd-10] src/sys/dev



The following reply was made to PR kern/57844; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57844 CVS commit: [netbsd-10] src/sys/dev
Date: Mon, 20 Oct 2025 14:03:00 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Oct 20 14:03:00 UTC 2025
 
 Modified Files:
 	src/sys/dev/hid [netbsd-10]: hidkbdmap.c
 	src/sys/dev/pckbport [netbsd-10]: wskbdmap_mfii.c
 
 Log Message:
 Pull up following revision(s) (requested by nia in ticket #1180):
 
 	sys/dev/hid/hidkbdmap.c: revision 1.16
 	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.36
 
 wskbd(4): Define USB and PS/2 keymaps for KB_PL
 
 This is the de-facto standard "Polish programmers" QWERTY keyboard,
 what X11 simply calls "Polish". It's a simple variation of US QWERTY
 with some extra characters when right alt is pressed.
 
 Defining this layout is slightly optimistic, since even with latin-2
 fonts loaded and the appropriate locale set, wscons seems to struggle
 to input most of these characters.
 
 Regardless, this allows the supposedly supported "pl" encoding
 to not fail loading with an error message, and allows X11 to
 auto-detect the keyboard layout (defining KB_PL and as an alias of
 KB_US also accomplishes this goal), with room for proper UTF-8
 support in the future.
 
 PR port-amd64/57234 "# wsconsctl -k -w encoding=pl" *should* work.
 PR kern/57844 wscons doesn't support encoding=pl contrary to wskbd(4) man page
 PR install/58405 Selecting Polish keyboard type in sysinst is useless
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.15 -r1.15.4.1 src/sys/dev/hid/hidkbdmap.c
 cvs rdiff -u -r1.35 -r1.35.4.1 src/sys/dev/pckbport/wskbdmap_mfii.c
 
 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