From: Michael K. <mf...@us...> - 2000-07-24 02:59:21
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv27182/arch/mips/vr41xx Modified Files: kbd.c kbd_no.c Log Message: A bunch of console-related fixes and enhancements: - Added a blank keymap, made that the default keymap for devices without keyboards. Was going to make it default keymap for all devices, but that would make it mandatory to run loadkeys, which is a 124K binary... - Fixed the scancode <-> keycode translation stuff to return something slightly more reasonable than error, except when user actually tries to change the translation (we don't need to translate, the keymap can address any scancode we choose to send it). - Moved the console pm_register call slightly, so it registers when the first VT is used, not only when a second is used... - Modified an assumption in vt.c that anything except for PPC or M68K is a PC. loadkeys should work flawlessly now (at least it did in my testing). Previously, it would ignore scancode 0 setting. - Fixed a slight problem with the new fontwidth support I added last week to cfb16 - Added 2,4,6,10,12,14,16 pixel fontwidth support to cfb4 - Cleaned up the VRC4171 chip id probing in the VRC4171 fb device |