mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
kodi: extend power button udev rule to match on 32bit systems as well
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
630d542ea9
commit
92e0263378
@ -8,5 +8,8 @@ IMPORT{parent}="KEY"
|
||||
# match devices that only generate KEY_POWER (code 116) events
|
||||
ENV{KEY}=="10000000000000 0", ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
||||
|
||||
# 32bit systems report the bitmap in 32bit chunks
|
||||
ENV{KEY}=="100000 0 0 0", ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
||||
|
||||
LABEL="end"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user