]> git.zarvox.org Git - libtouchmouse.git/commit
Switch from libusb-1.0 to HIDAPI. origin/master
authorDrew Fisher <drew.m.fisher@gmail.com>
Mon, 24 Oct 2011 08:48:49 +0000 (01:48 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Mon, 24 Oct 2011 08:48:49 +0000 (01:48 -0700)
commit9c5ca14f5394e16a7aa1e00c57e8f4d931ac2fbe
tree0df349fdff62b3dfbce394e2ece08167a6c1dabd
parenta9298824599e570c8f95f8617b84fea72da74d47
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>
Makefile
hidapi/LICENSE-orig.txt [new file with mode: 0644]
hidapi/hidapi/hidapi.h [new file with mode: 0644]
hidapi/linux/hid-libusb.c [new file with mode: 0644]
hidapi/mac/hid.c [new file with mode: 0644]
hidapi/windows/hid.c [new file with mode: 0644]
touchmouse.c