NetBSD-Bugs archive

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

PR/57844 CVS commit: src/sys/dev



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

From: "Nia Alarie" <nia%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57844 CVS commit: src/sys/dev
Date: Sat, 24 May 2025 16:50:54 +0000

 Module Name:	src
 Committed By:	nia
 Date:		Sat May 24 16:50:54 UTC 2025
 
 Modified Files:
 	src/sys/dev/hid: hidkbdmap.c
 	src/sys/dev/pckbport: wskbdmap_mfii.c
 
 Log Message:
 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.16 src/sys/dev/hid/hidkbdmap.c
 cvs rdiff -u -r1.35 -r1.36 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