mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	framework intel: Disable cros-usbpd-charger
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							8772491ed7
						
					
				
				
					commit
					eb4e574360
				
			@@ -15,6 +15,9 @@
 | 
			
		||||
  # https://community.frame.work/t/using-the-ax210-with-linux-on-the-framework-laptop/1844/89
 | 
			
		||||
  boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") (lib.mkDefault pkgs.linuxPackages_latest);
 | 
			
		||||
 | 
			
		||||
  # Module is not used for Framework EC but causes boot time error log.
 | 
			
		||||
  boot.blacklistedKernelModules = [ "cros-usbpd-charger" ];
 | 
			
		||||
 | 
			
		||||
  # Custom udev rules
 | 
			
		||||
  services.udev.extraRules = ''
 | 
			
		||||
    # Fix headphone noise when on powersave
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user