Locating the keyboard driver (and replacing it)

Ruchi Chopra ruchilinux at gmail.com
Sun Dec 16 23:39:18 EST 2012


HI,
The keyboard driver is always compiled as part of kernel.
you can find it at kernel\drivers\input.
you need to look for yourspecific  driver in this directory and can modify
it.
After modification in the keypad driver, you need to compile a new kernel.


On Fri, Dec 14, 2012 at 1:16 PM, manty kuma <mantykuma at gmail.com> wrote:

> Hi,
>
> I have written a small module that toggles the capslock LED. To
> demonstrate it i want to replace the Existing keyboard module with mine. I
> tried lsmod|grep "key" without any success. also checked /proc/modules. I
> couldnot find any clue regarding the name of the module i need to
> uninstall. So, How can i remove the existing keyboard module and insert
> mine?
>
> Regards,
> Manty
>
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20121217/937fec0e/attachment.html 


More information about the Kernelnewbies mailing list