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