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:
Rudi Heitbaum 2023-09-29 10:39:58 +10:00 committed by GitHub
commit 3021b9672b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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