summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-24Add udev example for root-less accessing the unifying receiverPeter Wu1-0/+13
2013-04-24ltunify: put version info for receiver in "receiver-info"Peter Wu1-4/+4
2013-04-24ltunify: do not disable notifications if it was enabled beforePeter Wu1-12/+18
Just in case there are other users of this notification system.
2013-04-24Makefile: "all" is a phony targetPeter Wu1-1/+1
2013-04-24ltunify: support --device and do not always print full helpPeter Wu1-26/+54
This changes the behavior of validate_args to return the number of command arguments. The timeout value for "pair" is also validated and the version number printed.
2013-04-24Support passing a custom hidraw device with -dPeter Wu1-1/+8
2013-04-24ltunify: remove DEBUG envvar, use getoptPeter Wu1-15/+37
2013-04-24registers.txt: update with keyboard battery informationPeter Wu1-1/+33
2013-04-24Fix compiler warningsPeter Wu1-2/+4
The memcpy bug is actually a real one-by-off. Since the msg_long struct is contained in a union of hidpp_message, this does not lead to write-past-boundaries (but it may read more than intended). Some fields of version could be uninitialised (when the register query failed). Explicitly clear the values to make clang happy.
2013-04-24Makefile: hardening flags, remove -WerrorPeter Wu1-1/+1
Remove -Werror just in case compilers become more grumpy.
2013-04-24ltunify: suggest loading hid-logitech-djPeter Wu1-0/+4
2013-04-24Add Makefile for conveniencePeter Wu1-0/+14
2013-04-08Updated README with ltunify sessionPeter Wu2-0/+43
2013-04-08read-dev-usbmon: fix crash on unplugging receiverPeter Wu1-0/+2
2013-04-08ltunify: automatically detect hidraw devicePeter Wu1-12/+59
2013-04-08Initial checking of pairing toolPeter Wu2-0/+996
2013-04-08Initial commit of RE/debug programs/notesPeter Wu7-0/+1055