NetBSD-Bugs archive

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

PR/44570 CVS commit: [netbsd-9] src



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44570 CVS commit: [netbsd-9] src
Date: Mon, 13 Jul 2020 14:22:48 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Jul 13 14:22:47 UTC 2020
 
 Modified Files:
 	src/etc [netbsd-9]: wscons.conf
 	src/sbin/wsconsctl [netbsd-9]: wsconsctl.8
 	src/share/man/man4 [netbsd-9]: pckbd.4 wskbd.4
 	src/sys/dev/hid [netbsd-9]: hidkbdmap.c
 	src/sys/dev/pckbport [netbsd-9]: wskbdmap_mfii.c
 	src/sys/dev/wscons [netbsd-9]: wsksymdef.h
 
 Log Message:
 Pull up following revision(s) (requested by nia in ticket #1002):
 
 	sys/dev/wscons/wsksymdef.h: revision 1.68
 	sys/dev/wscons/wsksymdef.h: revision 1.69
 	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.28
 	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.29
 	sys/dev/hid/hidkbdmap.c: revision 1.10
 	share/man/man4/pckbd.4: revision 1.23
 	share/man/man4/wskbd.4: revision 1.18
 	share/man/man4/wskbd.4: revision 1.19
 	share/man/man4/pckbd.4: revision 1.25
 	sys/dev/wscons/wsksymdef.h: revision 1.70
 	sys/dev/wscons/wsksymdef.h: revision 1.71
 	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.30
 	sys/dev/wscons/wsksymdef.h: revision 1.72
 	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.31
 	sys/dev/wscons/wsksymdef.h: revision 1.73
 	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.32
 	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.33
 	sys/dev/hid/hidkbdmap.c: revision 1.4
 	sbin/wsconsctl/wsconsctl.8: revision 1.30
 	sys/dev/hid/hidkbdmap.c: revision 1.5
 	etc/wscons.conf: revision 1.20
 	sys/dev/hid/hidkbdmap.c: revision 1.6
 	etc/wscons.conf: revision 1.21
 	sys/dev/hid/hidkbdmap.c: revision 1.7
 	sys/dev/hid/hidkbdmap.c: revision 1.8
 	sys/dev/hid/hidkbdmap.c: revision 1.9
 
 Add support for the Brazilian keyboard layout to pckbd and ukbd.
 
 This is significantly different from the European Portugese layout,
 and was pieced together from Wikipedia, X11 layout files, and to
 some extent with trial and error.
 
 Thanks to lun-4 for helping test this.
 
 PR kern/44570
 Update lists of keyboard layouts to add Turkish and Brazilian
 
 Bring br.nodead closer to X11
 
 Add Estonian layout as a variation of Swedish for ukbd and pckbd
 
 Add KB_TR for uhid keyboards (it was PS/2 only, this seems wrong)
 
 Add Icelandic keyboard layout to ukbd/pckbd.
 
 Add keyboard layout for Latin American Spanish to ukbd/pckbd
 
 Canadian French keyboard layout for ukbd/pckbd
 
 Clarify that KB_TR is the "Q" layout - there's two standards for Turkish.
 
 Move description of keyboard layouts to wskbd.4, add newer layouts
 
 Previously, the best reference was pckbd.4. This does not make much
 sense to read if you are on, say, an evbarm device with only USB.
 wsconsctl.8 contained a vaguer description of supported language names,
 which isn't very useful because you can't pass full language names
 to the command. Point readers to wskbd.4 instead.
 
 Note in the wskbd.4 page that while all layouts are generally supported
 by pckbd(4) and ukbd(4), older keyboard interfaces might only support
 a subset.
 
 wskbd.4: Add KB_LA
 
 Point readers at wskbd.4
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.19 -r1.19.46.1 src/etc/wscons.conf
 cvs rdiff -u -r1.28 -r1.28.42.1 src/sbin/wsconsctl/wsconsctl.8
 cvs rdiff -u -r1.21.44.1 -r1.21.44.2 src/share/man/man4/pckbd.4
 cvs rdiff -u -r1.16 -r1.16.34.1 src/share/man/man4/wskbd.4
 cvs rdiff -u -r1.1.10.1 -r1.1.10.2 src/sys/dev/hid/hidkbdmap.c
 cvs rdiff -u -r1.26.10.1 -r1.26.10.2 src/sys/dev/pckbport/wskbdmap_mfii.c
 cvs rdiff -u -r1.67 -r1.67.10.1 src/sys/dev/wscons/wsksymdef.h
 
 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