]> git.zarvox.org Git - libtouchmouse.git/log
libtouchmouse.git
12 years agoSwitch from libusb-1.0 to HIDAPI. origin/master
Drew Fisher [Mon, 24 Oct 2011 08:48:49 +0000 (01:48 -0700)]
Switch from libusb-1.0 to HIDAPI.

HIDAPI ( http://www.signal11.us/oss/hidapi/ ) has a very permissive
license, which makes it very convenient to embed into our project.
It features separate backends to support HID on different platforms.

Right now, the only platform the Makefile will build on is Linux,
but we can fix that in due time.

Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
12 years agoInitial commit of a proof-of-concept TouchMouse driver built on libusb.
Drew Fisher [Mon, 24 Oct 2011 02:23:24 +0000 (19:23 -0700)]
Initial commit of a proof-of-concept TouchMouse driver built on libusb.

I'll want to give this an actual API, rework it atop libhid instead of libusb
for other platforms (libusb on OSX can't unbind the HID driver), and do lots
of cleanup, but first let's get this in git.

Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>