summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-09-28ltunify: Add --version (-V) option, use git version if possiblePeter Wu1-1/+8
2013-09-28ltunify: fix do_read failure when receiving unrelated messagesPeter Wu1-0/+1
When a touchpad event occurs while the device is being queried (e.g. for features), then do_io (for do_read) would fail because the report was not of the correct type (0x20 vs 0x11 for example). To fix this, make do_read retry reads (within the allowed timeout). Previously the expected report type was hidden in the msg parameter, make this expected report type more explicit now in a new parameter.
2013-09-04Revert "Makefile: make user append to CFLAGS instead of overwriting it"Peter Wu1-1/+1
This reverts commit 98f9432088604a9a9336d6b8458bd5e010832437. This was a lazy trick from me to allow adding `-fsanitize=address` easier, but apparantly not all users are so happy with it. Conflicts: Makefile
2013-07-23Makefile: add install{,-udevrule} and uninstallPeter Wu1-1/+19
This is supposed to help distro packagers of ltunify.
2013-04-30ltunify: preliminary HID++ 2.0 support, add TODOPeter Wu1-0/+2
2013-04-25Makefile: fix installation dirPeter Wu1-1/+1
2013-04-25Makefile: make user append to CFLAGS instead of overwriting itPeter Wu1-1/+1
2013-04-24Makefile: make read-dev-usbmon depend on hidraw.cPeter Wu1-0/+2
2013-04-24Makefile: "all" is a phony targetPeter Wu1-1/+1
2013-04-24Makefile: hardening flags, remove -WerrorPeter Wu1-1/+1
Remove -Werror just in case compilers become more grumpy.
2013-04-24Add Makefile for conveniencePeter Wu1-0/+14