Module Name: src Committed By: snj Date: Tue Jul 5 19:14:59 UTC 2016
Modified Files: src/sys/dev/adb [netbsd-7]: adb_kbd.c adb_keymap.h adb_usb_map.c Log Message: Pull up following revision(s) (requested by sevan in ticket #1187): sys/dev/adb/adb_kbd.c: revision 1.23 sys/dev/adb/adb_keymap.h: revisions 1.5, 1.6 sys/dev/adb/adb_usb_map.c: revision 1.2 nicely ask the keyboard to distinguish between left and right Control, Alt and Shift keys. Welcome to the world of accents and diacritics! -- Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255. Tested by sevan@. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.22.4.1 src/sys/dev/adb/adb_kbd.c cvs rdiff -u -r1.4 -r1.4.14.1 src/sys/dev/adb/adb_keymap.h cvs rdiff -u -r1.1 -r1.1.16.1 src/sys/dev/adb/adb_usb_map.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.