OpenLogi

0x6020 · tapEnable

Read or write the tap-to-click enabled state of an integrated or standalone touchpad.

Controls whether tap-to-click is active on an integrated or standalone touchpad. This feature is found on Logitech touchpad devices and laptops with a Logitech touchpad module. It sits alongside other touchpad features in the 0x6xxx range, such as 0x6100 touchpadRawXY and 0x6110 touchMouseRaw, but addresses higher-level gesture recognition rather than raw sensor data.

Not implemented in OpenLogi

OpenLogi's vendored hidpp crate does not provide a typed wrapper for this feature yet. The notes below summarise the HID++ feature in general terms, not OpenLogi behaviour.

What it does

  • Reads whether tap-to-click is currently enabled.
  • Enables or disables tap-to-click, overriding the firmware default or any earlier host-set value.
  • Some devices add persistence controls, so the setting survives power cycles, or session-scoped override semantics.

It exists because the OS touchpad driver alone may not be able to manage the tap behaviour.

Status: Not implemented · Feature ID: 0x6020

On this page