Draft: arm64: dts: imx8mq-librem5: Enable autorepeat for volume keys
Loading
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
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 ------------