diff options
Diffstat (limited to 'marsond.8')
-rw-r--r-- | marsond.8 | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -27,12 +27,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "MARSOND" 8 "2025-05-07" "0.2.0" "Urchlay's Stuff" +.TH "MARSOND" 8 "2025-05-07" "0.3.0" "Urchlay's Stuff" .SH NAME marsond \- Fix Enter key timing on Marson/USBLink/MT606-1 PS/2-USB adaptors .SH SYNOPSIS .sp -marsond [\fB\-d\fP \fIdelay\-ms*\fP] [\fB\-f\fP] [\fB\-k\fP \fIkeyboard\-device\fP] [\fB\-v\fP] | [\fB\-\-help\fP] | [\fB\-\-version\fP] | [\fB\-V\fP] +marsond [\fB\-d\fP \fIdelay\-ms*\fP] [\fB\-f\fP] [\fB\-k\fP \fIkeyboard\-device\fP] [\fB\-p\fP \fIpause_ms\fP [\fB\-v\fP] | [\fB\-\-help\fP] | [\fB\-\-version\fP] | [\fB\-V\fP] .SH DESCRIPTION .sp \fBmarsond\fP fixes an issue with a particular model of PS/2 => USB @@ -121,6 +121,16 @@ Input device for the keyboard adaptor. Default: . .INDENT 0.0 .TP +.BI \-p \ pause\-ms +Amount of time in milliseconds to pause at startup, before opening the +keyboard and uinput devices. May be useful on slow systems, if +\fBmarsond\fP won\(aqt consistently start from udev, but works fine +if started manually. Default: 0. +.UNINDENT +.\" pause before opening keyboard/uinput devs (default 0). +. +.INDENT 0.0 +.TP .B \-v Verbose debugging mode. Prints copious trace information to \fBstderr\fP\&. Debugging mode is turned off when \fBmarsond\fP forks itself into the |