Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 146
    • Issues 146
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Librem5
  • linux
  • Merge requests
  • !706

Draft: arm64: dts: imx8mq-librem5: Enable autorepeat for volume keys

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Evangelos Ribeiro Tzaras requested to merge evangelos.tzaras/linux:repeat_vol_keys into next/byzantium May 14, 2023
  • Overview 7
  • Commits 1106
  • Pipelines 3
  • Changes 571+

Enable autorepeat so that userspace can easily handle increasing or decreasing volume continuously.

Signed-off-by: Evangelos Ribeiro Tzaras evangelos.tzaras@puri.sm

However this does not seem to work: Holding down either key does not produce events with value 2:

Event: time 1684003107.258641, type 1 (EV_KEY), code 115 (KEY_VOLUMEUP), value 1
Event: time 1684003107.258641, -------------- SYN_REPORT ------------
Event: time 1684003109.678310, type 1 (EV_KEY), code 115 (KEY_VOLUMEUP), value 0
Event: time 1684003109.678310, -------------- SYN_REPORT ------------
Event: time 1684003113.919863, type 1 (EV_KEY), code 114 (KEY_VOLUMEDOWN), value 1
Event: time 1684003113.919863, -------------- SYN_REPORT ------------
Event: time 1684003116.043017, type 1 (EV_KEY), code 114 (KEY_VOLUMEDOWN), value 0
Event: time 1684003116.043017, -------------- SYN_REPORT ------------
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: repeat_vol_keys