feat(gs/yeren): Blacklist the psmouse module

There appears to be an issue where the internal trackpad tries to
register itself as a ps1 mouse rather than a usb one, which causes some
dmesg warnings that may or may not cause actual problems. Regardless,
blacklisting this should be harmless.

Change-Id: I00fb539b8acf4fbf1b9125786ea6dc4f649b08c7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2364
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2021-01-13 10:17:35 -05:00 committed by glittershark
parent 0f75042fea
commit 11da5b2fbc

View file

@ -29,6 +29,7 @@
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = [ "kvm-intel" ];
blacklistedKernelModules = [ "psmouse" ];
extraModulePackages = [ ];
kernelParams = [
"i915.preliminary_hw_support=1"