View | Details | Raw Unified
Collapse All | Expand All

(-) xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c- (+15 lines)
 Lines 541-546    Link Here 
  if (xf86inSuspend)
  if (xf86inSuspend)
      return;
      return;
    if (pKbd->sunKbd) {
     /*
      * XXX XXX XXX:
      *
      * I really don't know what's wrong here, but passing the real
      * scanCode offsets by one from XKB's point of view.
      *
      * (ecd@skynet.be, 980405)
      */
      scanCode--;
      goto sunKeyboards;
  }
  /*
  /*
   * First do some special scancode remapping ...
   * First do some special scancode remapping ...
   */
   */
 Lines 602-607    Link Here 
    scanCode = KEY_Pause;
    scanCode = KEY_Pause;
#endif
#endif
sunKeyboards:
  /*
  /*
   * Now map the scancodes to real X-keycodes ...
   * Now map the scancodes to real X-keycodes ...
   */
   */