]> git.zarvox.org Git - libtouchmouse.git/commit
Make OSX actually find the mouse.
authorDrew Fisher <drew.m.fisher@gmail.com>
Tue, 25 Oct 2011 05:42:01 +0000 (22:42 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Tue, 25 Oct 2011 05:42:01 +0000 (22:42 -0700)
commit7dfb575e690c4e77a88320b13b62ab98b7d3019b
tree0e93c6ef196a08385193ba6e81352c713b359ff0
parent7eaf1e2f7d6a8c9f8e73662992fc025e1def685b
Make OSX actually find the mouse.

HIDAPI on OSX always returns -1 as the interface_number for all devices,
so we use usage_page and usage to pick the right device.

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