Skip to content

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

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 ------------

Merge request reports