]> git.zarvox.org Git - libtouchmouse.git/commit
Initial commit of a proof-of-concept TouchMouse driver built on libusb.
authorDrew Fisher <drew.m.fisher@gmail.com>
Mon, 24 Oct 2011 02:23:24 +0000 (19:23 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Mon, 24 Oct 2011 02:23:24 +0000 (19:23 -0700)
commita9298824599e570c8f95f8617b84fea72da74d47
tree9d9fafbf0ed6cb3f348aaf74a6efc8d7d5204a1c
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>
Makefile [new file with mode: 0644]
touchmouse.c [new file with mode: 0644]