diff options
author | cbdev <cb@cbcdn.com> | 2021-06-21 21:02:20 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-06-21 21:02:20 +0200 |
commit | 30268b29abe37847eab1770897e3a7f502ca8bda (patch) | |
tree | aca60b934fe46b9cf0ddd72d083b40147f5b3133 /backends/evdev.md | |
parent | fca46bef7dd8448216d44f0777f0b5ef31ac5883 (diff) | |
parent | 91764dfc3ad86994ce27e5c80a92c034e12b849c (diff) | |
download | midimonster-mqtt.tar.gz midimonster-mqtt.tar.bz2 midimonster-mqtt.zip |
Merge branch 'master' into mqttmqtt
Diffstat (limited to 'backends/evdev.md')
-rw-r--r-- | backends/evdev.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/evdev.md b/backends/evdev.md index d57201d..bf192b0 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) | +| `input` | `Xbox Wireless` | none | Presentation name of evdev device to use as input (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 | |