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 (+14 lines)
Lines 553-558 Link Here
553
  if (xf86inSuspend)
553
  if (xf86inSuspend)
554
         return;
554
         return;
555
  if (pKbd->sunKbd) {
556
     /*
557
      * XXX XXX XXX:
558
      *
559
      * I really don't know what's wrong here, but passing the real
560
      * scanCode offsets by one from XKB's point of view.
561
      *
562
      * (ecd@skynet.be, 980405)
563
      */
564
      scanCode--;
565
      goto sunKeyboards;
566
  }
567
555
  /*
568
  /*
556
   * First do some special scancode remapping ...
569
   * First do some special scancode remapping ...
557
   */
570
   */
Lines 616-621 Link Here
616
  }
629
  }
617
#endif
630
#endif
618
631
632
sunKeyboards:
619
  /*
633
  /*
620
   * Now map the scancodes to real X-keycodes ...
634
   * Now map the scancodes to real X-keycodes ...
621
   */
635
   */

Return to bug 61940