Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1642582pxf; Fri, 19 Mar 2021 11:52:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwlFg6N1Wt5eXe/n0FhBUslczDY94jm/e9d7dRWXKvmvW7QN0L2iPj4eV4k0mab27R3eIt5 X-Received: by 2002:a50:ee19:: with SMTP id g25mr11437823eds.351.1616179925284; Fri, 19 Mar 2021 11:52:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616179925; cv=none; d=google.com; s=arc-20160816; b=LCZJ+ZCc6zM8W1bl1leF9RoqfiSFJnUt2fHRWeZThce5NQVqMazyNOh5FbUziJGwKj v4iFbHawluhofm058G+IqPNIyjGXCdBpwWcSpGd1cBwspO4q+VM6eMs4R17Ui7xkYIGj WYtQezYaMXoqGg9VrY5cklUfhFRaSB/p0qmIwWv89QjtPn9LAeOBQqWDgEn/9VHzmD6U r2DEz5Cwm0E6mtdUbIp+jiax21jOT8G4SO6OpVHeX2vy7RpXgTSnds1dQ6wWDR3L7Gfg cHROYLpvIF2E2si/7+rG+SsufXUzvXl5wtpqNmS7L8dpcwCI2teiuRGQZerMy6HDTbX7 vYPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Jchc5wqdEKBP9RIpsgbNnnU+5U6iojLDKhOyzTz1EQU=; b=eU953obBxuwdwpBONpjqT+dBUof35yNkdlKbkAJQ/1Dtz1uxf0QLoNvIhJlTaaCDty xv6/roZgXoPjFClIZeLJrRdkwMt5DBEnh50y/q7SsaZdAnmD4v6+kbuDc/ASDtK9t/sW nHupxKc88E1DC5pBVXws9kVHtM1Nww1vjuW4yDQtQrh8l1atT+wNTL21JtMlrSaoLQn8 nRFjcy6aIQ+hPDmydsRYbyfoWOkt2AKRe5ApwNdeMHFWjt/55LoqUS7PlasAhMCR8T+S ZewYtOUf7KsaJfHxOb2hSiCClJeVMDdmuIOqo/7EJWGTYVmptEl0Zft6gjFEXq5XH9QB ALRg== 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 c10si4639467edq.212.2021.03.19.11.51.42; Fri, 19 Mar 2021 11:52:05 -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 S230499AbhCSSsu (ORCPT + 99 others); Fri, 19 Mar 2021 14:48:50 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:55300 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230435AbhCSSsc (ORCPT ); Fri, 19 Mar 2021 14:48:32 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id B77EA1C0B7C; Fri, 19 Mar 2021 19:48:29 +0100 (CET) Date: Fri, 19 Mar 2021 19:48:29 +0100 From: Pavel Machek To: "Rafael J. Wysocki" Cc: chris.chiu@canonical.com, "Rafael J. Wysocki" , Len Brown , ACPI Devel Maling List , Linux Kernel Mailing List Subject: Re: [PATCH] ACPI: video: Add missing callback back for Sony VPCEH3U1E Message-ID: <20210319184828.GA5022@amd> References: <20210312032430.13664-1-chris.chiu@canonical.com> <20210313102545.GB11435@duo.ucw.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2021-03-19 17:44:32, Rafael J. Wysocki wrote: > On Sat, Mar 13, 2021 at 11:27 AM Pavel Machek wrote: > > > > On Fri 2021-03-12 11:24:30, chris.chiu@canonical.com wrote: > > > From: Chris Chiu > > > > > > The .callback of the quirk for Sony VPCEH3U1E was unintetionally > > > removed by the commit 25417185e9b5 ("ACPI: video: Add DMI quirk > > > for GIGABYTE GB-BXBT-2807"). Add it back to make sure the quirk > > > for Sony VPCEH3U1E works as expected. > > > > > > Signed-off-by: Chris Chiu > > > Reported-by: Pavel Machek > > > > Thanks for doing this. > > > > Reviewed-by: Pavel Machek (CIP) >=20 > Applied as 5.12-rc5 material, thanks! Commit 25417185e9b5 made it into stable, so this one should be Cc: stable as well. Sorry for noticing that late. Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmBU8fwACgkQMOfwapXb+vINqwCgn1dZOO9AzYg5rMwA3BaT+1mg nCoAoJvvj6XYmtOZ6lg8zoLZq74Z3+ig =NQVr -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q--