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@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies