opnsense-src/sys/dev/kbd
Ed Schouten b05f9c86d1 Make the keyboard layer Unicode aware.
Just take keyent_t to use an u_int to store the Unicode codepoints.
Unfortunately the keymap is now too big to be loaded using an ioctl
argument, so change the ioctl to pick a pointer.

This change breaks kbdcontrol ABI. It doesn't break X11, because X11
doesn't do anything with syscons keymaps. It just switches the device
out of K_XLATE.

Obtained from:	//depot/user/ed/newcons/...
2009-09-19 17:56:26 +00:00
..
kbd.c Make the keyboard layer Unicode aware. 2009-09-19 17:56:26 +00:00
kbdreg.h Whitespace nitpicking 2009-04-09 19:11:08 +00:00
kbdtables.h Move the pc98 keymap define into pckbdtables.h because it should be used 2005-05-12 13:39:31 +00:00