Remove blacklisted modules and test with LTS kernel

The LTS kernel (6.1) is handling the ITE8353 touchpad much better.
Removing blacklisted modules to see if the proper drivers can now
work correctly with the improved kernel support.
This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-30 19:15:04 +02:00
parent 4aa06b1851
commit 92a2c73b8a

View file

@ -40,14 +40,7 @@
"evdev" "evdev"
]; ];
# Blacklist modules that interfere with touchpad
blacklistedKernelModules = [
"amd_sfh" # AMD Sensor Fusion Hub - causes touchpad to be misidentified
"hid_sensor_hub" # Prevents touchpad from being properly recognized
];
# Use LTS kernel for better hardware compatibility # Use LTS kernel for better hardware compatibility
# The laptop worked with older kernels, current 6.12.x may have regressions
kernelPackages = pkgs.linuxPackages_6_1; kernelPackages = pkgs.linuxPackages_6_1;
extraModulePackages = []; extraModulePackages = [];