Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
X
xf86-input-libinput
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorg
  • driver
  • xf86-input-libinput
  • Issues
  • #3

Closed
Open
Opened Aug 19, 2016 by Bugzilla Migration User@bugzilla-migration

Add support for Horizontal Wheels (angle > click events) and Horizontal Wheel "sensitivity"

Submitted by Ariel

Assigned to Peter Hutterer @whot

Link to original bug (#97404)

Description

As discussed with whot on #wayland (freenode) & in this systemd bug: https://github.com/systemd/systemd/issues/3947

This request is to add conversion for the Click Angle to click events for a new device that was added in hwdb (see github bug above)

The actual conversion from click angle to click events is done by the xf86-input-libinput driver.

Device:

Input device name: "Logitech MX Master" Input device ID: bus 0x03 vendor 0x46d product 0x4041 version 0x111

Main Vertical scroll wheel: 24 clicks for a full revolution Reported by evemu-record as (for each click): E: 9.273909 0002 0008 -001 # EV_REL / REL_WHEEL

Horizontal scroll wheel AKA "thumbwheel": generates 14 events for a full revolution (it's a tiny wheel) Reported by evemu-record as (for each 'click'): E: 11.859882 0002 0006 0001 # EV_REL / REL_HWHEEL

Notes: The main wheel supports "free spinning mode" or "ratchet mode". It produces 24 events in either mode. The smaller 'horizontal scroll wheel' is always in free spinning mode (no ratchet) but spins slowly (no inertia)

The bottom line request is to have equivalent functionality in libinput as we had with evdev, where we could add "dividers" to the events generated by either wheel, for example:

xinput set-prop 11 "Evdev Scrolling Distance" 1 2 1

... this caused the Horizontal Wheel to send to the app a single horizontal scroll keystroke for every 2 "mouse whell events", in effect decreasing the "sensitivity" of the wheel.

Depends on

  • Bug 92772
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xorg/driver/xf86-input-libinput#3