index
:
marsond
master
Fix the Enter key on Marson/USBLinux/MT606-1 PS/2 => USB keyboard adaptors
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
marsond.c
Age
Commit message (
Expand
)
Author
2025-05-11
fix debug startup message.
B. Watson
2025-05-11
improve --help and debugging output.
B. Watson
2025-05-11
fix compile with pcc and tcc.
B. Watson
2025-05-11
make vendor/product IDs and default device names configurable at build time.
B. Watson
2025-05-11
do not bind keys above 255, stops xinput from showing marsond as a pointer.
B. Watson
2025-05-10
use BUS_VIRTUAL, not BUS_USB.
B. Watson
2025-05-09
use UINPUT_MAX_NAME_SIZE.
B. Watson
2025-05-09
tweak debug messages.
B. Watson
2025-05-09
remove stray newline in PID message.
B. Watson
2025-05-09
print /sys path to input device if debugging.
B. Watson
2025-05-09
rearrange man page (move options closer to the top)
B. Watson
2025-05-07
add -p option.
B. Watson
2025-05-07
update version number and manual group.
0.2.0
B. Watson
2025-05-07
exit cleanly on both SIGTERM and die().
B. Watson
2025-05-06
update docs.
B. Watson
2025-05-06
commentary and README.
B. Watson
2025-05-06
stop trying to print warnings if we have no stderr due to daemonize()
B. Watson
2025-05-06
add multiple instance warning if the device is busy.
B. Watson
2025-05-06
much work (run as a daemon, drop priviliges, set priority, etc).
B. Watson
2025-05-06
much work (options, rc script, make install, etc etc).
B. Watson
2025-05-06
initial commit
B. Watson