How to implement mouse drivers Linux USB mouse driver?

geek_guy picture geek_guy · Mar 10, 2013 · Viewed 19.9k times · Source

I need to control mouse pointer of my computer screen using an external device.I just know i have to write a device driver for that device. It's a usb device.

Can anyone tell me how should i approach this problem ?

What are the modules and algorithms will be required for this?

I ll appreciate if you can provide some reference material?

Sorry for such trivial questions but am a newbie in Linux device driver area.

Answer

suneet saini picture suneet saini · Mar 18, 2013

As guidance given by Mr. Stark which is essential before writing a module. As far as the problem of usb mouse driver you can check the following link. For the unknown USB device you can refer this link. More links for usb mouse driver : link1 link2