mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	hwmon: (asus-ec-sensors) Add T_Sensor for ASUS WS X570-ACE
WS X570-ACE has a T_Sensor header on board according to manual[1]. I'm using a 10kΩ B=3435K thermsistor attached to the header of WS X570-ACE. EC byte at 0x3d matches readings from BIOS sensor page and environment temperature. [1]https://www.asus.com/Motherboards-Components/Motherboards/All-series/Pro-WS-X570-ACE/HelpDesk_Manual/ Signed-off-by: Wei Shuyu <wsy@dogben.com> Link: https://lore.kernel.org/r/E1nY43Q-000rAm-9a@dogben.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
		
							parent
							
								
									032c1623c9
								
							
						
					
					
						commit
						ab9ac6df22
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -178,7 +178,8 @@ static const struct dmi_system_id asus_ec_dmi_table[] __initconst = { | |||
| 		SENSOR_TEMP_T_SENSOR | SENSOR_FAN_CHIPSET), | ||||
| 	DMI_EXACT_MATCH_BOARD(VENDOR_ASUS_UPPER_CASE, "Pro WS X570-ACE", | ||||
| 		SENSOR_SET_TEMP_CHIPSET_CPU_MB | SENSOR_TEMP_VRM | | ||||
| 		SENSOR_FAN_CHIPSET | SENSOR_CURR_CPU | SENSOR_IN_CPU_CORE), | ||||
| 		SENSOR_TEMP_T_SENSOR | SENSOR_FAN_CHIPSET | | ||||
| 		SENSOR_CURR_CPU | SENSOR_IN_CPU_CORE), | ||||
| 	DMI_EXACT_MATCH_BOARD(VENDOR_ASUS_UPPER_CASE, | ||||
| 			      "ROG CROSSHAIR VIII DARK HERO", | ||||
| 		SENSOR_SET_TEMP_CHIPSET_CPU_MB | SENSOR_TEMP_T_SENSOR | | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Wei Shuyu
						Wei Shuyu