Commit a019f4c3 authored by Vojtech Pavlik's avatar Vojtech Pavlik

Start keyboard_bh only after registering the keyboard handler.

parent 84a2ddad
......@@ -1180,8 +1180,10 @@ int __init kbd_init(void)
for (i = 0 ; i < MAX_NR_CONSOLES ; i++)
kbd_table[i] = kbd0;
input_register_handler(&kbd_handler);
tasklet_enable(&keyboard_tasklet);
tasklet_schedule(&keyboard_tasklet);
input_register_handler(&kbd_handler);
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment