How to force my usb mouse using a kernel module created by myself?
Hi everyone! It's a dumb question, but is not working with me. Does anybody knows how to force my usb mouse using a kernel module created by myself? When I plug my mouse it need to load my module and not the generic one. Thanks! *Julio Cesar Faracco*
Julio, This looks very similar to a task in Eudyptula Challenge (not sure if your question arises from that or not). I am very new to the kernel myself and am going taking the challenge as well. Since its part of the challenge, I think it would not be fair to provide the answer in its entirety You can take a look at the following Chapter 14 of the book Linux Device Drivers ( a great book ) I found the following article very useful as well http://www.opensourceforu.com/2011/10/usb-drivers-in-linux-1/ Bobby On Thu, Jul 24, 2014 at 3:38 PM, Julio Faracco <jcfaracco@gmail.com> wrote:
Hi everyone!
It's a dumb question, but is not working with me.
Does anybody knows how to force my usb mouse using a kernel module created by myself? When I plug my mouse it need to load my module and not the generic one.
Thanks!
Julio Cesar Faracco
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hi Bobby! Yes, you're right! I did the task, but I cannot prove to myself if my module works! I tryed udev rules and I read the chapter 14. But no progess... That article is so useful to me. Thanks! =) *Julio Cesar Faracco*
participants (2)
-
Bobby Abraham -
Julio Faracco