Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp1352009pxb; Fri, 20 Aug 2021 03:45:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyaTS+H2ntrhGkADO7qcAa/M6aloplT+QX15stqlMSmHsp47pAD/0YqrNoHqP1vHX+BKSIz X-Received: by 2002:a6b:fc17:: with SMTP id r23mr15449976ioh.89.1629456342245; Fri, 20 Aug 2021 03:45:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629456342; cv=none; d=google.com; s=arc-20160816; b=XJeJznMT/2qVTbgZRyKCwgEQuNbH4YFWBKV1SmQHBVMX/3J006LBffgRi9fGd07GzP ZBfg0EPLm8Kd0Eu1syF4ZL8R9egxCsnF01/wXtiS3ynE4yUeDz7P+Hk2EZpIt7/9dVUr 2kEvJSKB6hAaKKannPxnj5S0ByQwl9uLpyCquFjDyF6W6ihDhBtDQmCckp3yeb43C0O6 Aw/QgKtWobDTvcslVUagWYEJeeH2hiPdIruMzfWydSx3xPl/BiyHQooZm+iLk6va2d5V 0sNlMkgZR4XpP+F0NVJ1i8gUb9dJS1Iis1w48sC8DYsjkluP758C3XbLoChctE0Li+H0 x6Sg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=53KsB7ybIptR+GVRNVUgqUDUq2DDwaEujkzJzZ1ZFA4=; b=XZpafrbrhkc+DGKG3C0B+BIK+378JDzlMGtOX1IH4uy8ISQFYhQuIwTvM5a95twkdx pqCQXxcKy1dFTF7LwA8b2tCuYjSAlIS0+mib6XxvZDpUhQ/Za2FSLSB1iL+9q482cu7A vN0QsOFuOpSbGhuxGszM96ua8S1H3DWLTEU1AmUnDqA2Dbe4cjOG4UWwwrhZZtWAE4Zv IE8Xu6nWOI6NlxbmM4mThQADB/4ieWSq1LadK/JIJzduqE9q+aUfGzkyvq6SwaHP1+OU YLkdRIJUCRT21V1yxzQJolH12JBLRFn2JFWtPDnpVZK/48YYkNWRtm/tYDuAbjRaUb6C ZBBg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u9si2539527jat.76.2021.08.20.03.45.30; Fri, 20 Aug 2021 03:45:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234754AbhHTKn5 (ORCPT + 99 others); Fri, 20 Aug 2021 06:43:57 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:34267 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229847AbhHTKn5 (ORCPT ); Fri, 20 Aug 2021 06:43:57 -0400 Received: (Authenticated sender: hadess@hadess.net) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 985231BF20A; Fri, 20 Aug 2021 10:43:17 +0000 (UTC) Message-ID: Subject: Re: [PATCH v4 1/1] asus-wmi: Add support for custom fan curves From: Bastien Nocera To: Luke Jones Cc: linux-kernel@vger.kernel.org, hdegoede@redhat.com, platform-driver-x86@vger.kernel.org Date: Fri, 20 Aug 2021 12:43:17 +0200 In-Reply-To: References: <20210820095726.14131-1-luke@ljones.dev> <20210820095726.14131-2-luke@ljones.dev> <321afe1a293be3a623a9be53feea3a008e044b31.camel@hadess.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.3 (3.40.3-1.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2021-08-20 at 22:33 +1200, Luke Jones wrote: > > Am I going to get bug reports from Asus users that will complain > > that > > power-profiles-daemon doesn't work correctly, where I will have to > > wearily ask if they're using an Asus Rog laptop? > > No. Definitely not. The changes to fan curves per-profile need to be > explicitly enabled and set. So a new user will be unaware that this > control exists (until they look for it) and their laptop will behave > exactly as default. "The user will need to change the fan curves manually so will definitely remember to mention it in bug reports" is a very different thing to "the user can't change the fan curves to be nonsensical and mean opposite things". I can assure you that I will eventually get bug reports from "power users" who break their setup and wonder why things don't work properly, without ever mentioning the changes they made changes to the fan curves, or anything else they might have changed.