[ES40-developers] 8042 translation is faulty
Status: Alpha
Brought to you by:
iamcamiel
From: Brian W. <bdw...@in...> - 2008-02-07 18:17:17
|
It looks like the 8042 keyboard translation is faulty. SRM turns it off during the bootup sequence, and netbsd turns it off (again), and then on right before it goes to the debugger. I've forced it to 0 on AliM1543C.cpp around line 1850: state.kbd_controller.scancodes_translate = 0; and the netbsd debugger is working as expected. I also commented out the XWarpPointer call in gui/gui_x11.cpp and it doesn't keep moving the mouse to the center of the window. Brian |