cvs commit: src/sys/dev/usb ukbd.c

Ruslan Ermilov ru at FreeBSD.org
Wed Oct 25 12:22:20 UTC 2006


ru          2006-10-25 12:22:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ukbd.c 
  Log:
  Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27:
  
  : revision 1.27
  : date: 2000/05/28 12:43:24;  author: ache;  state: Exp;  lines: +3 -2
  : Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because
  : all other modes not set ALKED flag and it means that CapsLock always turned
  : off for them.
  : Real bug example is X11 which never turn on CapsLock with Russian keyboard.
  :
  : PR:             18651
  : Submitted by:   "Mike E. Matsnev" <mike at po.cs.msu.su>
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.58      +2 -1      src/sys/dev/usb/ukbd.c


More information about the cvs-all mailing list