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
3 days
tighten up parse_args() some more.
B. Watson
3 days
better error message for missing option argument.
B. Watson
3 days
tighten up parse_args().
B. Watson
3 days
sanity-check -p arg.
B. Watson
4 days
fix debug startup message.
B. Watson
4 days
improve --help and debugging output.
B. Watson
4 days
fix compile with pcc and tcc.
B. Watson
4 days
make vendor/product IDs and default device names configurable at build time.
B. Watson
5 days
do not bind keys above 255, stops xinput from showing marsond as a pointer.
B. Watson
5 days
use BUS_VIRTUAL, not BUS_USB.
B. Watson
6 days
use UINPUT_MAX_NAME_SIZE.
B. Watson
6 days
tweak debug messages.
B. Watson
6 days
remove stray newline in PID message.
B. Watson
6 days
print /sys path to input device if debugging.
B. Watson
6 days
rearrange man page (move options closer to the top)
B. Watson
8 days
add -p option.
B. Watson
8 days
update version number and manual group.
0.2.0
B. Watson
8 days
exit cleanly on both SIGTERM and die().
B. Watson
9 days
update docs.
B. Watson
9 days
commentary and README.
B. Watson
9 days
stop trying to print warnings if we have no stderr due to daemonize()
B. Watson
9 days
add multiple instance warning if the device is busy.
B. Watson
9 days
much work (run as a daemon, drop priviliges, set priority, etc).
B. Watson
9 days
much work (options, rc script, make install, etc etc).
B. Watson
9 days
initial commit
B. Watson