aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/evdev.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-06-23 01:22:12 +0200
committercbdev <cb@cbcdn.com>2021-06-23 01:22:12 +0200
commitfe4598558ee7d63ae35511c3fa1dc8c49ba52cb7 (patch)
treeb3bc46b9e4aeb34ecb0f12d31eebe540a10da557 /backends/evdev.md
parentca055614db57386f0e43d65bb10e501bdde699ef (diff)
parente2b1110bca5b2b208657a733a91fd713e5c38b71 (diff)
downloadmidimonster-fe4598558ee7d63ae35511c3fa1dc8c49ba52cb7.tar.gz
midimonster-fe4598558ee7d63ae35511c3fa1dc8c49ba52cb7.tar.bz2
midimonster-fe4598558ee7d63ae35511c3fa1dc8c49ba52cb7.zip
Merge branch 'evdev-fixes'
Diffstat (limited to 'backends/evdev.md')
-rw-r--r--backends/evdev.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/evdev.md b/backends/evdev.md
index bf192b0..e7ba3cc 100644
--- a/backends/evdev.md
+++ b/backends/evdev.md
@@ -16,7 +16,7 @@ This functionality may require elevated privileges (such as special group member
| Option | Example value | Default value | Description |
|---------------|-----------------------|---------------|-------------------------------------------------------|
| `device` | `/dev/input/event1` | none | `evdev` device to use as input device |
-| `input` | `Xbox Wireless` | none | Presentation name of evdev device to use as input (prefix-matched), can be used instead of the `device` option |
+| `input` | `Xbox Wireless` | none | Presentation name of evdev device to use as input (most-specific prefix matched), can be used instead of the `device` option |
| `output` | `My Input Device` | none | Output device presentation name. Setting this option enables the instance for output |
| `exclusive` | `1` | `0` | Prevent other processes from using the device |
| `id` | `0x1 0x2 0x3` | none | Set output device bus identification (Vendor, Product and Version), optional |
@@ -49,7 +49,6 @@ If relative axes are used without specifying their extents, the channel will gen
of `0`, `0.5` and `1` for any input less than, equal to and greater than `0`, respectively. As for output, only
the values `-1`, `0` and `1` are generated for the same interval.
-
#### Channel specification
A channel is specified by its event type and event code, separated by `.`. For a complete list of event types and codes