Date: Wed, 25 Oct 2006 12:22:19 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ukbd.c Message-ID: <200610251222.k9PCMKOZ063912@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@po.cs.msu.su> MFC after: 3 days Revision Changes Path 1.58 +2 -1 src/sys/dev/usb/ukbd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610251222.k9PCMKOZ063912>