framework: disable hid_sensor_hub to fix brightness keys
continuous-integration/drone/push Build is passing Details

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
1 changed files with 2 additions and 0 deletions

View File

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