mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #8178 from HiassofT/le12-kodi-poweroff3
kodi: extend power button udev rule to match on 32bit systems as well
This commit is contained in:
commit
3021b9672b
@ -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