diff options
Diffstat (limited to 'doc/user/device-quirks.rst')
-rw-r--r-- | doc/user/device-quirks.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/device-quirks.rst b/doc/user/device-quirks.rst index 21c43e1c..faaea47f 100644 --- a/doc/user/device-quirks.rst +++ b/doc/user/device-quirks.rst @@ -181,6 +181,12 @@ AttrEventCodeEnable=EV_ABS;BTN_STYLUS;EV_KEY:0x123; Enables 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. +AttrInputPropDisable=INPUT_PROP_BUTTONPAD;INPUT_PROP_POINTER; + Disables the evdev input property on the device. Entries may be + a named input property or the hexadecimal value of that property. +AttrInputPropEnable=INPUT_PROP_BUTTONPAD;INPUT_PROP_POINTER; + Enables the evdev input property on the device. Entries may be + a named input property or the hexadecimal value of that property. AttrPointingStickIntegration=internal|external Indicates the integration of the pointing stick. This is a string enum. Only needed for external pointing sticks. These are rare. |