From: Svetoslav S. <ga...@st...> - 2002-07-02 10:46:44
|
Hi , is it supposed drivers/input/keybdev.c to declare the functions and variables, that are allready defined in drivers/char/keyboard.c , more precisely x86keycodes and the problematic emulate_raw, and ... how can one compile kebdev it seems to me that drivers/input/keybdev.c comes from standart 2.5 or may be -dj but not from ruby, what i mean is in emulate_raw it uses handle_scancode, which doesn't exist in ruby but exist in 2.5 and -dj and as far i understand the code is replaced by put_queue so .. ? should handle_scancode in keybdev.c be replaced by put_queue and the other unresolved symbol in keybdev.c -- kbd_ledfunc it appears to me that in keyboard.c kbd_ledfunc is replyced by ledstate is this correct ? so how should one compile keybdev.c ? thanks for any hints regards svetljo |