Searched refs:scancode (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dkeyboard.c114 * Getting a keycode from scancode
120 * to AT scancode + 8; this means that we need to translate the Linux scancode
121 * provided by the kernel to an AT scancode -- this translation is not linear
134 for the core X keyboard protocol has to be AT-scancode based so that it
140 0x0, /* no valid scancode */
558 unsigned char prefix = 0, scancode = 0; local in function:LinuxKeyboardRead
583 scancode = b[0] & 0x7f;
589 switch (scancode) {
591 scancode
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dhostx.h85 int scancode; member in struct:EphyrHostXEvent::__anon0da4f1fe020a::key_up
89 int scancode; member in struct:EphyrHostXEvent::__anon0da4f1fe020a::key_down
H A Dephyr.c970 KdEnqueueKeyboardEvent (ephyrKbd, ev.data.key_down.scancode, FALSE);
978 KdEnqueueKeyboardEvent (ephyrKbd, ev.data.key_up.scancode, TRUE);
H A Dhostx.c999 ev->data.key_down.scancode = xev.xkey.keycode;
1051 ev->data.key_up.scancode = xev.xkey.keycode;

Completed in 7 milliseconds