From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 390D8C433EF for ; Sun, 3 Oct 2021 13:00:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0D7BC61A35 for ; Sun, 3 Oct 2021 13:00:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230215AbhJCNCM (ORCPT ); Sun, 3 Oct 2021 09:02:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230207AbhJCNCM (ORCPT ); Sun, 3 Oct 2021 09:02:12 -0400 Received: from vulcan.natalenko.name (vulcan.natalenko.name [IPv6:2001:19f0:6c00:8846:5400:ff:fe0c:dfa0]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B4DAC0613EC; Sun, 3 Oct 2021 06:00:24 -0700 (PDT) Received: from spock.localnet (unknown [151.237.229.131]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by vulcan.natalenko.name (Postfix) with ESMTPSA id B6E79C1D24F; Sun, 3 Oct 2021 15:00:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=natalenko.name; s=dkim-20170712; t=1633266021; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BPzTwYopujT2A6hAl1cPoW+QpRztZyD+2JLQrYGXGuw=; b=u9b7DB9R73GlEpSY7OZpeaGIK8hxU/5cpSxB8gBiwCXpmFEbUy/8Y+EOX9f0ADWj62o7Ah AZzrkNxB9+ILz/MDDjoWtT5VfNFVHJC7tmVAquEpQQW8aBCEuRGlIxVwseS/PHP3fE/lB/ lFwWb0ltl1BC8mMxkU9uA4XglPPcSxU= From: Oleksandr Natalenko To: Eugene Shalygin Cc: Denis Pauk , matt-testalltheway , Kamil Dudka , Robert Swiecki , Kamil Pietrzak , Igor , Tor Vic , Poezevara , Andy Shevchenko , Guenter Roeck , Jean Delvare , linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org Subject: Re: [PATCH 0/3] Update ASUS WMI supported boards. Date: Sun, 03 Oct 2021 15:00:20 +0200 Message-ID: <12566205.cCQ2bOJNpD@natalenko.name> In-Reply-To: References: <20211002210857.709956-1-pauk.denis@gmail.com> <3507481.XNmkIPAYGC@natalenko.name> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Hello. On ned=C4=9Ble 3. =C5=99=C3=ADjna 2021 14:53:32 CEST Eugene Shalygin wrote: > 216 =E2=81=B0C is a blank value. According to > https://www.asus.com/Motherboards-Components/Motherboards/Workstation/Pro= =2DWS > -X570-ACE/techspec/ there is no T_Sensor header on this board. Yup, I've just realized it's a separate header with a separate probe for it= =2E=20 Thanks for confirming this! I'll move `T_Sensor` into a separate `case` then. =2D-=20 Oleksandr Natalenko (post-factum)