Rakesh, What kernel are you using?
Andrew Pham [ Rakesh Jagota <j.rakesh at gdatech.co.in> writes: ] > > i am trying to integrate IR keyboard to a custom board. > I am having serial console on the boad. > > when i am calling handle_scancode in keyboard.c > this statement, > > void handle_scancode(unsigned char scancode, int down) > { > ----- > tty = ttytab? ttytab[fg_console]: NULL; > ; > } > > returns tty=NULL > > __init kbd_init(void) > { > ------ > ------ > ttytab = console_driver.table; > } > > in this fuction also ttytab[fg_console] is still NULL > > Is serial console is enough to keyboard? > > i have frambuffer support on my board. (without HW > graphic accelerator) > > How to enable the frambufffer console on my board. > (i am attaching the config file below) [ omitted ] ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/