Date: Fri, 20 Jul 2001 06:05:59 -0700 (PDT) From: Kazutaka YOKOTA <yokota@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa atkbd_isa.c src/sys/dev/kbd atkbd.c kbd.c kbdreg.h src/sys/dev/usb ukbd.c Message-ID: <200107201305.f6KD5xK02352@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 2001/07/20 06:05:59 PDT
Modified files:
sys/isa atkbd_isa.c
sys/dev/kbd atkbd.c kbd.c kbdreg.h
sys/dev/usb ukbd.c
Log:
Return consistent key action codes at key press and release
events. Otherwise you would see unexpected results if shift or
locking keys are defined to give different actions depending
on other shift/locking keys' state.
Please keep the ukbd module and the kernel in sync, otherwise
the USB keyboard won't work after this change.
MFC after: 10 days
Revision Changes Path
1.10 +2 -1 src/sys/isa/atkbd_isa.c
1.32 +2 -2 src/sys/dev/kbd/atkbd.c
1.26 +102 -93 src/sys/dev/kbd/kbd.c
1.14 +2 -1 src/sys/dev/kbd/kbdreg.h
1.32 +2 -2 src/sys/dev/usb/ukbd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107201305.f6KD5xK02352>
