Twas brillig at 11:44:49 22.03.2010 UTC-04 when [email protected] did gyre and 
gimble:

 >> --- a/hw/kdrive/linux/evdev.c
 >> +++ b/hw/kdrive/linux/evdev.c
 >> @@ -362,7 +362,7 @@ readMapping (KdKeyboardInfo *ki)
 >>          return;
 >>  
 >>      ki->minScanCode = 0;
 >> -    ki->maxScanCode = 193;
 >> +    ki->maxScanCode = 255;
 >>  }
 >>  
 >>  static void

 AJ> Should be ... = 247.  Keyboard codes are from 8 to 255 in X, so
 AJ> once you factor in that offset...

... then Xfake need to be fixed too :) Going to resend.

-- 
  http://fossarchy.blogspot.com/

Attachment: pgp0F94tjyTlA.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to