Hardware/Framework/Laptop 16: Difference between revisions
→Prevent wake up in backpack: 'ACTION=="add"' was causing udev rule to trigger only when attaching the device when the computer was already booted. As that, just booting up the computer with the keyboard attached was not preventing waking up with the keyboard. |
drop 24.05 compat |
||
| Line 53: | Line 53: | ||
To disable it add the kernel parameter: | To disable it add the kernel parameter: | ||
boot.kernelParams = [ "amdgpu.abmlevel=0" ]; | boot.kernelParams = [ "amdgpu.abmlevel=0" ]; | ||
=== Prevent wake up in backpack === | === Prevent wake up in backpack === | ||