framework: disable hid_sensor_hub to fix brightness keys
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sijmen 2022-08-10 19:36:57 +02:00
parent bf92851bd2
commit a8fc135960
Signed by: vijfhoek
GPG key ID: DAF7821E067D9C48

View file

@ -41,6 +41,8 @@
"mem_sleep_default=deep"
];
blacklistedKernelModules = [ "hid_sensor_hub" ];
loader.timeout = 0;
initrd.verbose = false;
consoleLogLevel = 0;