Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 61940 | Differences between
and this patch

Collapse All | Expand All

(-)kbd.c- (+15 lines)
Lines 541-546 Link Here
541
  if (xf86inSuspend)
541
  if (xf86inSuspend)
542
      return;
542
      return;
543
543
544
    if (pKbd->sunKbd) {
545
     /*
546
      * XXX XXX XXX:
547
      *
548
      * I really don't know what's wrong here, but passing the real
549
      * scanCode offsets by one from XKB's point of view.
550
      *
551
      * (ecd@skynet.be, 980405)
552
      */
553
      scanCode--;
554
      goto sunKeyboards;
555
  }
556
557
544
  /*
558
  /*
545
   * First do some special scancode remapping ...
559
   * First do some special scancode remapping ...
546
   */
560
   */
Lines 602-607 Link Here
602
    scanCode = KEY_Pause;
616
    scanCode = KEY_Pause;
603
#endif
617
#endif
604
618
619
sunKeyboards:
605
  /*
620
  /*
606
   * Now map the scancodes to real X-keycodes ...
621
   * Now map the scancodes to real X-keycodes ...
607
   */
622
   */

Return to bug 61940