Hi,<br>
&nbsp;I am currently working on Powerpc405 Processor. Here I have two interfaces like serial Interface and IR Interface.<br>
When I boot the kernel using the Serial console what ever i type from
the keyboard(on a PC) using minicom the serial data transfer takes
place in kernel , the kernel decodes the key events of serial console(
serial interface). <br>
&nbsp;Now, I have built the IR Driver which access the handle_scancode
function in the kernel (keyboard.c) by passing the required scan codes
and status of the keys.<br>
&nbsp;The problem here is What ever i type using IR Keyboard appears on
my VC (virtual console or&nbsp; Frame buffer Device) . How do I make IR
key events(handle_scancode) to be handled by the Serial console's
keyboard part.<br>
<br>
Please do guide me how to proceed.<br>
<br clear="all"><br>-- <br>Thanks and Regards,<br>Vijesh V H