Andrei POPESCU wrote:
>
> Maybe the BIOS / UEFI Firmware has options for this?
The solution was found by "acpitool -w".
Several of the devices were enabled at my host.
By try&error I figured out which one is my keyboard (XHC1) and which one
my mouse (PTXH).
I disabled it those by:
echo XHC1 > /proc/acpi/wakeup
echo PTXH > /proc/acpi/wakeup
...but "acpitool -W <device nr>" should also capable.
TY.