Hi
My platform is NSC Geode GX1 and Windows CE .NET 4.1.
I want to add a feature, it's let user to choose the numlock status
after the machine power on.
It's very same as the NUMLOCK ON setting in PC's BIOS.
I read throught all of codes in ps2_8042 floder, then the following
codes into ps2keybd.c.
BOOL
Ps2Keybd::
Initialize(
Ps2Port *pp2p
)
{
...
v_pp2k -> m_pp2p -> KeyboardLights(0x2);
...
}
I think those codes will let keyboard light the numlock LED while it's
initializing.
But I got nothing.
Why?
Anyone can help me?
---------------------------------------------
Bula Cheung