mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
framework/13-inch/12th-gen-intel: ec crash fix
This commit is contained in:
parent
2b00bc76dc
commit
82cf9ae3f6
1 changed files with 8 additions and 3 deletions
|
@ -13,9 +13,14 @@
|
||||||
"i915.enable_psr=1"
|
"i915.enable_psr=1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.blacklistedKernelModules = [
|
||||||
# This enables the brightness and airplane mode keys to work
|
# This enables the brightness and airplane mode keys to work
|
||||||
# https://community.frame.work/t/12th-gen-not-sending-xf86monbrightnessup-down/20605/11
|
# https://community.frame.work/t/12th-gen-not-sending-xf86monbrightnessup-down/20605/11
|
||||||
boot.blacklistedKernelModules = [ "hid-sensor-hub" ];
|
"hid-sensor-hub"
|
||||||
|
# This fixes controller crashes during sleep
|
||||||
|
# https://community.frame.work/t/tracking-fn-key-stops-working-on-popos-after-a-while/21208/32
|
||||||
|
"cros_ec_lpcs"
|
||||||
|
];
|
||||||
|
|
||||||
# Further tweak to ensure the brightness and airplane mode keys work
|
# Further tweak to ensure the brightness and airplane mode keys work
|
||||||
# https://community.frame.work/t/responded-12th-gen-not-sending-xf86monbrightnessup-down/20605/67
|
# https://community.frame.work/t/responded-12th-gen-not-sending-xf86monbrightnessup-down/20605/67
|
||||||
|
|
Loading…
Reference in a new issue