View | Details | Raw Unified
Collapse All | Expand All

(-) kbd.c (+14 lines)
 Lines 553-558    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 616-621    Link Here 
  }
  }
#endif
#endif
sunKeyboards:
  /*
  /*
   * Now map the scancodes to real X-keycodes ...
   * Now map the scancodes to real X-keycodes ...
   */
   */