From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta1.migadu.com (out-173.mta1.migadu.com [95.215.58.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 09F252FD698 for ; Fri, 21 Nov 2025 19:57:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763755061; cv=none; b=KH6I6to3HiYGHPcePWeHW84/4lwegoshlRcUUVA/EiNQN1VEunc1xPplok1u5aF5aUc3pE2qu/RrdrGBzrP/DaLfHjXMPPMV+9HY4OQGYpAsYiArqYbRgH13TsZbvgRbyWR5+ys8beecdhcs4x8p56ovXTLRZmPoZyvM+XLPvQE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763755061; c=relaxed/simple; bh=e8tctn4zkJ+m0SQTrbFMdiJTjjKoFp8A2HYqKhq5Ozs=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=SssqdiY5sq+LdF8edg98audZYMRCP1CWhjMWs6w0ijDkQXlmyCWTXDltcBSOrFpw8VivlgVM0Y34BTot38jdV8KEJF5NbQMjz3vumc3Ld+0A688xum/jRKE1XLJcjRLLV2VHpocNg0zatdEUOd6OO5KPINJO7iPnqEtWmiPmV30= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ns7THtcE; arc=none smtp.client-ip=95.215.58.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ns7THtcE" Message-ID: <5e21efe3-ea43-4d9c-9c22-dfe7a4a9f2aa@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1763755047; 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=JA+p/N4W80RLBPHxcdcYqM8FLIR0gOCVnsPh8u6mwj0=; b=ns7THtcE259h6HAYkvD0+g2CwXwsx0xNjX5xUtHfdjYCkZfzQqGyX87HwVFXZEwy0v1Ey/ 1FRbxDG07VV0XWWN4RSKrZHCJdN+vArh50kWe5hAUuYYuvyo9bt4+uauNtnMFqVmnadumG 8a+s3LV16vnodz3ab/8cPzyMxed8m5Q= Date: Fri, 21 Nov 2025 20:57:21 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH] platform/x86: asus-armoury: fix mini-led mode show To: =?UTF-8?Q?Ilpo_J=C3=A4rvinen?= Cc: LKML , platform-driver-x86@vger.kernel.org, Hans de Goede , "Limonciello, Mario" , "Luke D . Jones" , Alok Tiwari , Derek John Clark , Mateusz Schyboll , porfet828@gmail.com, Denis Benato , Dan Carpenter References: <20251120024059.1341326-1-denis.benato@linux.dev> Content-Language: en-US, it-IT, en-US-large X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Denis Benato In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On 11/21/25 16:28, Ilpo Järvinen wrote: > On Thu, 20 Nov 2025, Denis Benato wrote: > >> Perform the actual check of the mini-led mode against supported modes and do not return the first one regardless of the WMI devstate. > I've taken this patch but I had to reformat the changelog. Preferrably use > up to 72 character long lines in the changelog (though I might not nitpick > from anything up to 75). > Thank you and sorry for the trouble, I'll try to keep that in mind and commit from an editor that shows the border line :D