From: Aivils S. <Aiv...@un...> - 2002-11-27 08:51:49
|
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. Aivils |