diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | marsond.8 | 2 | ||||
-rw-r--r-- | marsond.c | 4 | ||||
-rw-r--r-- | marsond.rst | 4 |
4 files changed, 8 insertions, 4 deletions
@@ -7,7 +7,7 @@ ### Project information. PROJ=marsond -VERSION=0.1.4 +VERSION=0.2.0 ### Compiler and options. CC=gcc @@ -27,7 +27,7 @@ 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.1.4" "SlackBuilds.org" +.TH "MARSOND" 8 "2025-05-07" "0.2.0" "Urchlay's Stuff" .SH NAME marsond \- Fix Enter key timing on Marson/USBLink/MT606-1 PS/2-USB adaptors .SH SYNOPSIS @@ -311,6 +311,10 @@ int main(int argc, char **argv) { } debug("UI_SET_KEYBIT OK"); + /* this is the old API. uinput.rst in the kernel sources shows + how to use the new API, then recommends using the old API + as a fallback for older kernels... I don't see a need to + even try the new API, if the old one works. */ memset(&dev, 0, sizeof(dev)); snprintf(dev.name, UINPUT_MAX_NAME_SIZE, "marsond virtual keyboard"); dev.id.bustype = BUS_USB; diff --git a/marsond.rst b/marsond.rst index d338f0c..263c4a2 100644 --- a/marsond.rst +++ b/marsond.rst @@ -1,5 +1,5 @@ -.. |version| replace:: 0.1.4 +.. |version| replace:: 0.2.0 .. |date| date:: ======= @@ -11,7 +11,7 @@ Fix Enter key timing on Marson/USBLink/MT606-1 PS/2-USB adaptors ---------------------------------------------------------------- :Manual section: 8 -:Manual group: SlackBuilds.org +:Manual group: Urchlay's Stuff :Date: |date| :Version: |version| |