HomeSort by: relevance | last modified time | path
    Searched defs:scancode (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
hostx.h 85 int scancode; member in struct:EphyrHostXEvent::__anon10467::key_up
89 int scancode; member in struct:EphyrHostXEvent::__anon10467::key_down
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
keyboard.c 114 * 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
583 scancode = b[0] & 0x7f;
589 switch (scancode) {
591 scancode = KEY_Home; break; /* curs home *
    [all...]

Completed in 47 milliseconds