From: James S. <jsi...@in...> - 2002-11-28 00:49:55
|
> Hi, James > > Keyborad leds will switch flaky with > drivers/char/keyboard.c scopespace variable > static unsigned char ledstate = 0xff; /* undefined */ > static unsigned char ledioctl; > > Instead I use vc->vc_ledstate , vc->vc_ledioctl. > With this one several keyboards leds switch independ. I fixed the sync issue in CVS. I applied your changes. It should work now. |