aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-13limit udev rule to USB, in case some PCI vendor/product ID matches.HEAD0.3.0masterB. Watson
2025-05-12update README.B. Watson
2025-05-12tighten up parse_args() some more.B. Watson
2025-05-12better error message for missing option argument.B. Watson
2025-05-12tighten up parse_args().B. Watson
2025-05-12sanity-check -p arg.B. Watson
2025-05-11fix debug startup message.B. Watson
2025-05-11improve --help and debugging output.B. Watson
2025-05-11CHANGES: added.B. Watson
2025-05-11fix compile with pcc and tcc.B. Watson
2025-05-11Makefile commentB. Watson
2025-05-11generate version number in man page so I won't forget to update it.B. Watson
2025-05-11tweak man page (mention new build options).B. Watson
2025-05-11make vendor/product IDs and default device names configurable at build time.B. Watson
2025-05-11do not bind keys above 255, stops xinput from showing marsond as a pointer.B. Watson
2025-05-10update man page.B. Watson
2025-05-10update TODO.B. Watson
2025-05-10use BUS_VIRTUAL, not BUS_USB.B. Watson
2025-05-09use UINPUT_MAX_NAME_SIZE.B. Watson
2025-05-09tweak debug messages.B. Watson
2025-05-09remove stray newline in PID message.B. Watson
2025-05-09print /sys path to input device if debugging.B. Watson
2025-05-09rearrange man page (move options closer to the top)B. Watson
2025-05-08mention udev rules in man page, add LIMITATIONS.B. Watson
2025-05-07add -p option.B. Watson
2025-05-07update version number and manual group.0.2.0B. Watson
2025-05-07update TODO.B. Watson
2025-05-07--help nitpick.B. Watson
2025-05-07Makefile: document and fix static target.B. Watson
2025-05-07ignore marsond.static* in .gitignoreB. Watson
2025-05-07exit cleanly on both SIGTERM and die().B. Watson
2025-05-07marsond.8: forgot to add this earlier.B. Watson
2025-05-07Makefile: add static target.B. Watson
2025-05-06derp2B. Watson
2025-05-06derpB. Watson
2025-05-06model number MT606-1, not MT-601B. Watson
2025-05-06fix VERSION. again.0.1.4B. Watson
2025-05-06install man page in correct section.0.1.3B. Watson
2025-05-06fix wrong man page install path.0.1.2B. Watson
2025-05-06new version number.0.1.1B. Watson
2025-05-06Makefile: fix stupidity with RULESUFFIX.B. Watson
2025-05-06Makefile: fix installed permissions.0.1B. Watson
2025-05-06update man page.B. Watson
2025-05-06update docs.B. Watson
2025-05-06give credit to the udev rule tutorial.B. Watson
2025-05-06Makefile: remove rc script stuff, add udev rule.B. Watson
2025-05-06update README (no more rc script, using udev now).B. Watson
2025-05-06commentary and README.B. Watson
2025-05-06stop trying to print warnings if we have no stderr due to daemonize()B. Watson
2025-05-06update man page.B. Watson