aboutsummaryrefslogtreecommitdiff
path: root/marsond.c
AgeCommit message (Expand)Author
2025-05-11fix debug startup message.B. Watson
2025-05-11improve --help and debugging output.B. Watson
2025-05-11fix compile with pcc and tcc.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-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-07add -p option.B. Watson
2025-05-07update version number and manual group.0.2.0B. Watson
2025-05-07exit cleanly on both SIGTERM and die().B. Watson
2025-05-06update docs.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-06add multiple instance warning if the device is busy.B. Watson
2025-05-06much work (run as a daemon, drop priviliges, set priority, etc).B. Watson
2025-05-06much work (options, rc script, make install, etc etc).B. Watson
2025-05-06initial commitB. Watson