Laptop lid not recognized anymore
With the latest 0.99.16
release the lid on my HP Elitebook 745 G5 is not recognized anymore and KDE as a result doesn't suspend the laptop when the lid is closed. This worked fine with 0.99.15
.
The issue happens while registering the input subsystem, as can be seen in the console output when starting upowerd
in verbose mode.
0.99.15
:
registering subsystem : input
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input10
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input10/event6
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
no device file: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
watching /dev/input/event2 (9)
using /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event2 for watched switch event
lid_is_present = yes
lid_is_closed = no
added /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event2
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1
0.99.16
:
registering subsystem : input
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input10
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input10/event6
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
no device file: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
cannot open '/dev/input/event2': Success
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1
I.e. for some reason /dev/input/event2
cannot be opened anymore even though the message confusingly still claims "Success". If you need more details about my (hardware) environment (running up-to-date Arch Linux) please tell me and I will try to provide it.