K8055 Linux Driver

Hi Community!

I’ve coded a new linux kernel module/driver for the velleman’s K8055 board.

-> http://sourceforge.net/projects/velleman-k8055/

I also work on a perl module which provides an interface to the K8055 driver.

For further information take a look at the drivers source code (k8055.[ch]{1}).
You can also play with the ‘velleman-userspace-testapp’ (you will find it at the drivers project site)
or just write your own code :wink: .

NOTE: I’ve tested the driver under 2.6.x kernels and under only ONE board.
Don’t forget to unload the usbhid driver before inserting the k8055.ko module.

Feedback is welcome.

Greetz
Manuel Gebele

Interesting project, nice work :wink:

Thanks :wink: