keyboard driver of 2.6 kernel




Greetings,
I have a small doubt in Linux kernel keyboard driver.
In 2.4 kernels the starting fuction of keyboard driver is "handle_scancode". But in 2.6 kernels the keyboard interface
is changed drastically. If you familiar with that can you tell me the starting fuction of keyboard interace which gets
the scancodes in 2.6 kernels.


Actually my paln is to stuff scancodes or keycodes to the keyboard buffer , from there on the keyboard driver processes them. I have done this for 2.4 kernel. I want to implement the same to 2.6 kernel.

Is there any keyloggers which are implemented for 2.6 kernels?

Thanks In Advance
P.Manohar.


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: Surprising Kconfig depends semantics
    ... >> point of hiding it behind EMBEDDED is to get it compiled into the kernel. ... > What I mean is shouldn't build serio by default all the time. ... > need it as well as some other drivers like the Amiga keyboard driver. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Linux Kernel cfs scheduler and xorg kbd
    ... So i tried 2.6.22.1 kernel with new cfs scheduler v19.1 from Ingo page. ... "HAllo" even if i type "Hallo". ... reading mail -- I run through the mail with "delete" and every once in a while it just keeps on deleting messages while I've already released the delete key and was trying to read the next message. ... Keyboard driver is "KBD". ...
    (Linux-Kernel)
  • keyboard driver for 2.6
    ... It uses PS/2 interface to transfer to/read from ... Now i want to port all stuff to the 2.6 kernel. ... I have found that input api is widely used to ... write keyboard driver. ...
    (comp.os.linux.development.system)
  • Re: keyboard driver of 2.6 kernel
    ... In 2.4 kernels the starting fuction of keyboard driver is "handle_scancode". ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: keyboard driver of 2.6 kernel
    ... > I have a small doubt in Linux kernel keyboard driver. ... > Is there any keyloggers which are implemented for 2.6 kernels? ...
    (Linux-Kernel)