summaryrefslogtreecommitdiff
path: root/ltunify.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05ltunify: fix wrong serial numberPeter Wu1-1/+1
2013-05-22ltunify: Add support for c52f nano receiverPeter Wu1-0/+22
2013-05-22ltunify: make hidraw device path more obviousPeter Wu1-6/+8
2013-05-22ltunify: make driver name matching more obviousPeter Wu1-12/+22
2013-04-30ltunify: preliminary HID++ 2.0 support, add TODOPeter Wu1-2/+22
2013-04-29ltunify: show HID++ versionPeter Wu1-0/+67
2013-04-29ltunify: introduce read timeoutsPeter Wu1-6/+23
2013-04-27ltunify: print receiver serialPeter Wu1-6/+39
2013-04-26Fix logic flaw in array boundsPeter Wu1-2/+2
2013-04-26Revert "ltunify: implement fkeyswap command"Peter Wu1-74/+1
2013-04-26Revert "ltunify: make fkeyswap default action status"Peter Wu1-5/+9
2013-04-26ltunify: make fkeyswap default action statusfkeyswapPeter Wu1-9/+5
2013-04-26ltunify: implement fkeyswap commandPeter Wu1-1/+74
2013-04-26ltunify: refactor numeric device checkPeter Wu1-11/+13
2013-04-25ltunify: alias args to avoid constructs like (*args)[0]Peter Wu1-7/+8
2013-04-25ltunify: remove unused signal handler and debugging loopPeter Wu1-36/+0
2013-04-25ltunify: version 0.1v0.1Peter Wu1-1/+1
2013-04-25ltunify: fix device type validationPeter Wu1-1/+1
2013-04-25ltunify: fix spelling errors and outdated commentPeter Wu1-7/+7
2013-04-24ltunify: print device type that got unpairedPeter Wu1-1/+3
2013-04-24ltunify: allow friendly name as device indexPeter Wu1-11/+86
2013-04-24ltunify: fix copying one byte too much (caught by -fsanitze=address)Peter Wu1-1/+1
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
2013-04-24ltunify: support --device and do not always print full helpPeter Wu1-26/+54
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-24Fix compiler warningsPeter Wu1-2/+4
2013-04-24ltunify: suggest loading hid-logitech-djPeter Wu1-0/+4
2013-04-08Updated README with ltunify sessionPeter Wu1-0/+1
2013-04-08ltunify: automatically detect hidraw devicePeter Wu1-12/+59
2013-04-08Initial checking of pairing toolPeter Wu1-0/+995