From: James S. <jsi...@in...> - 2002-11-27 23:53:50
|
> 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. Ug. I just noticed BK foobared keyboard.c. I have to clean it up now. I will applie dyour changes. BTW they will cahnge quite a few functions in keyboard.c for the better. |