mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Add basic support for the thinkpad t550
This commit is contained in:
		@@ -129,6 +129,7 @@ See code for all available configurations.
 | 
			
		||||
| [Lenovo ThinkPad T480s](lenovo/thinkpad/t480s)                      | `<nixos-hardware/lenovo/thinkpad/t480s>`           |
 | 
			
		||||
| [Lenovo ThinkPad T490](lenovo/thinkpad/t490)                        | `<nixos-hardware/lenovo/thinkpad/t490>`            |
 | 
			
		||||
| [Lenovo ThinkPad T495](lenovo/thinkpad/t495)                        | `<nixos-hardware/lenovo/thinkpad/t495>`            |
 | 
			
		||||
| [Lenovo ThinkPad T550](lenovo/thinkpad/t550)                        | `<nixos-hardware/lenovo/thinkpad/t550>`            |
 | 
			
		||||
| [Lenovo ThinkPad X13 Yoga](lenovo/thinkpad/x13/yoga)                | `<nixos-hardware/lenovo/thinkpad/x13/yoga>`        |
 | 
			
		||||
| [Lenovo ThinkPad X140e](lenovo/thinkpad/x140e)                      | `<nixos-hardware/lenovo/thinkpad/x140e>`           |
 | 
			
		||||
| [Lenovo ThinkPad X200s](lenovo/thinkpad/x200s)                      | `<nixos-hardware/lenovo/thinkpad/x200s>`           |
 | 
			
		||||
 
 | 
			
		||||
@@ -63,6 +63,7 @@
 | 
			
		||||
      lenovo-thinkpad-t480s = import ./lenovo/thinkpad/t480s;
 | 
			
		||||
      lenovo-thinkpad-t490 = import ./lenovo/thinkpad/t490;
 | 
			
		||||
      lenovo-thinkpad-t495 = import ./lenovo/thinkpad/t495;
 | 
			
		||||
      lenovo-thinkpad-t550 = import ./lenovo/thinkpad/t550;
 | 
			
		||||
      lenovo-thinkpad-x140e = import ./lenovo/thinkpad/x140e;
 | 
			
		||||
      lenovo-thinkpad-x200s = import ./lenovo/thinkpad/x200s;
 | 
			
		||||
      lenovo-thinkpad-x220 = import ./lenovo/thinkpad/x220;
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										9
									
								
								lenovo/thinkpad/t550/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								lenovo/thinkpad/t550/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
{ config, lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/pc/laptop/acpi_call.nix
 | 
			
		||||
    ../.
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user