summaryrefslogtreecommitdiff
path: root/doc/user/device-quirks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/device-quirks.rst')
-rw-r--r--doc/user/device-quirks.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/device-quirks.rst b/doc/user/device-quirks.rst
index 5531316f..f28600c4 100644
--- a/doc/user/device-quirks.rst
+++ b/doc/user/device-quirks.rst
@@ -177,3 +177,7 @@ AttrTPKComboLayout=below
Indicates the position of the touchpad on an external touchpad+keyboard
combination device. This is a string enum. Don't specify it unless the
touchpad is below.
+AttrEventCodeDisable=EV_ABS;BTN_STYLUS;EV_KEY:0x123;
+ Disables the evdev event type/code tuples on the device. Entries may be
+ a named event type, or a named event code, or a named event type with a
+ hexadecimal event code, separated by a single colon.