aboutsummaryrefslogtreecommitdiff
path: root/marsond.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-11 03:53:26 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-11 03:53:26 -0400
commit7a10f3934fd29ab3ec8b7af21338f5b749c37fa2 (patch)
tree8c6220f8c9d2b007866a71e5d4becd4f7d89307a /marsond.rst
parent874429aa19832b1e902554381ed5bdd1927c95fa (diff)
downloadmarsond-7a10f3934fd29ab3ec8b7af21338f5b749c37fa2.tar.gz
tweak man page (mention new build options).
Diffstat (limited to 'marsond.rst')
-rw-r--r--marsond.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/marsond.rst b/marsond.rst
index 756d54d..b9e2e5e 100644
--- a/marsond.rst
+++ b/marsond.rst
@@ -130,8 +130,12 @@ name that are important.
I'm not sure if any other USB keyboard adaptors are affected. If
you have the problem on some other adaptor, try it with **marsond**.
Use the **-k** option to set the */dev/input/by-id* name of the device,
-and run the daemon manually. If this fixes it please contact me so I
-can add support for your adaptor in the future.
+and run the daemon manually. If this fixes it, please contact me so I
+can add support for your adaptor in the future. In the meantime,
+you can compile **marsond** with your device's info on the make
+command line::
+
+ make DEFAULT_KBD=/dev/input/by-id/<whatever> VENDOR_ID=<xxxx> PRODUCT_ID=<xxxx>
Implementation
--------------