<div>HI,</div><div>The keyboard driver is always compiled as part of kernel.</div><div>you can find it at kernel\drivers\input.</div><div>you need to look for yourspecific  driver in this directory and can modify it.</div>
<div>After modification in the keypad driver, you need to compile a new kernel.</div><div><br> </div><div class="gmail_quote">On Fri, Dec 14, 2012 at 1:16 PM, manty kuma <span dir="ltr">&lt;<a href="mailto:mantykuma@gmail.com" target="_blank">mantykuma@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Hi,<br><br>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 &quot;key&quot; 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?<br>

<br>Regards,<br>Manty<br><br><br>
<br>_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
<br></blockquote></div><br>