Merge pull request #3081 from HiassofT/le9-fix-input-race

eventlircd: prevent race with libinput / kodi
This commit is contained in:
CvH 2018-11-06 20:12:27 +01:00 committed by GitHub
commit 8b0ed0b2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,4 +224,7 @@ ATTRS{name}=="Amazon Fire TV Remote", \
LABEL="end-bluetooth" LABEL="end-bluetooth"
# tell libinput to ignore devices handled by eventlircd
ENV{eventlircd_enable}=="true", ENV{LIBINPUT_IGNORE_DEVICE}="1"
LABEL="end" LABEL="end"