From owner-freebsd-bugs Thu Oct 17 2:20: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 134E937B404 for ; Thu, 17 Oct 2002 02:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14C343E6E for ; Thu, 17 Oct 2002 02:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H9K3x3094833 for ; Thu, 17 Oct 2002 02:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9H9K319094832; Thu, 17 Oct 2002 02:20:03 -0700 (PDT) Date: Thu, 17 Oct 2002 02:20:03 -0700 (PDT) Message-Id: <200210170920.g9H9K319094832@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Rudolf Cejka Subject: Re: misc/43169: caps-lock led doesn't work Reply-To: Rudolf Cejka Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/43169; it has been noted by GNATS. From: Rudolf Cejka To: freebsd-gnats-submit@FreeBSD.org, neologism@seznam.cz Cc: Subject: Re: misc/43169: caps-lock led doesn't work Date: Thu, 17 Oct 2002 11:17:42 +0200 It is because of two last keys 225 and 226 and it is not a bug, it is a feature ;-) Please look into sys/dev/kbd/atkbd.c:atkbd_ioctl() on case KDSETLED section. If there is loaded a keymap and this keymap contains keys above 128, it is considered as a keymap with alternative keyboard, which is indicated by previous Caps Lock LED, so previous meaning of Caps Lock LED is lost. You can think about the possibility, that an user can control this feature from an userland (like an option in kbdcontrol or the possibility to define it in keymap file). I think that this PR can be closed and maybe reworked (and it was previously consulted with the originator of this PR). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message