From: Arne G. G. <ar...@li...> - 2004-04-28 18:59:20
|
* Zoltan Boszormenyi > do your Num/Caps/Scroll Lock leds work? The keys themselves do > but the led states aren't changing. (2.6.6-rc2-mm1-ruby) Ah, no, they don't. Not surprising, perhaps, since set_leds was calling tasklet_schedule before the tasklet lists were assigned to NULL. I just commented out the two lines that were originally BUG_ON, now the leds work again. I suppose there's an ordering problem here, if the lists are not really allowed to be appended to before the softirq-stuff runs. Arne. |