On Fri, Feb 27, 2015 at 5:06 AM, ukaman <[email protected]> wrote:
> I am a 2nd-year computer science engineering student. I am interested in
> linux driver development and would love whatever help i can get to build a
> driver that allows me to control the mouse functions with a controller
> having a joystick, like the xbox controller. My aim is to learn about driver
> development in the process. Even if the required result can be obtained in
> easier ways, i would like to work on a driver which will give me a lot of
> experience!
>
> Would you please let me know if such driver already exists and what is the
> right way to go about the task. Also what IDE would be best to write a
> driver for linux for a newbie like me?

xboxdrv can do mouse emulation via the --mouse flag.

As for driver development, xboxdrv uses libusb to communicate with the
controller and uinput to send the inputs events to  the kernel. Real
drivers are written as kernel modules, but libusb/uinput make it
easier to mess around with USB devices as its all in  user space.

-- 
Blog:     http://grumbel.blogspot.com/
JabberID: xmpp:[email protected]
ICQ:      59461927

-- 
You received this message because you are subscribed to the Google Groups 
"xboxdrv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/xboxdrv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to