Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp571946pxf; Wed, 10 Mar 2021 12:06:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJxicgONj+5yE49yO5H2zIDXdQuVBkXXPm2qZVSDWXEJuMs9idAghZR5bb8YSSIwHLM0KdQK X-Received: by 2002:aa7:d445:: with SMTP id q5mr5072861edr.382.1615406766811; Wed, 10 Mar 2021 12:06:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615406766; cv=none; d=google.com; s=arc-20160816; b=Z6V9fwW6ys+tIk1wFullLvH3540Rku5kz19+2ppkzwrb+JuePQHRggXD1LjU0bqq2C 3SXJO0hFT24VjCY3f7N7XuCwysW2aeTGlz9C1IxC8UKZPwkd5I2cPD8wWq5O5FBen6gr lzGo8u8aotumm7fNKEolWvJ6eL1YxpdzzAH4ZzNfkmdlL0r4NSb0DXwWibapSCBOc016 39D69LnpkaiTrYlo9Mmzaj/XjxWjmmw+W975/FgBCVL27DtvGEC2YfUDP81JzBHVbz0H u/VKJGpsSDwgdaNofy6lfaYILJ/tSEocKnfKzYMEe4uJjuOsiI2f1iCUWM583YuyToko z/Vw== 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=wZLb/B0YGYBZGhRk9weG/O5z7ZJLFtEkkTgWKvl9rBM=; b=CC+j3gcfSvVHkBP2Z6Njj0UDcxw4tOWSJJfFMoOil3yk/9hNZykTw6oM1OxD4N0Xi7 Q52llLP/Og0hnTAA57+TCj0tnj5Mrar8bSWd4x3JlNXUnGD7ib5Xi6w4EM7O0zgknms1 AvhE5miobYfrxx/aEX/T0RaS+o5cJWrMP1Mu8ly+Hjiy3hVI84rJWFM/awDyiVWGNgsP poXYuqbkeAUkQKAB/kKH4Hd8JecNAQ3jTiH4a6j+xb7kVahJ1iMFzj8mg2rTakAFupzr Yop+FazTPWIK7CWiHwIoqmMoFE2uTpx2V5CA3xM19QKnVj3HOgv1KDWruW7ESPXZwUe5 +/uA== 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 x16si196090ejv.622.2021.03.10.12.05.43; Wed, 10 Mar 2021 12:06:06 -0800 (PST) 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 S231970AbhCJUEc (ORCPT + 99 others); Wed, 10 Mar 2021 15:04:32 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:56222 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232099AbhCJUEK (ORCPT ); Wed, 10 Mar 2021 15:04:10 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id A708F1C0B79; Wed, 10 Mar 2021 21:04:06 +0100 (CET) Date: Wed, 10 Mar 2021 21:04:06 +0100 From: Pavel Machek To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, "Jasper St. Pierre" , Chris Chiu , "Rafael J. Wysocki" , Sasha Levin Subject: Re: [PATCH 5.10 23/49] ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807 Message-ID: <20210310200406.GA11868@amd> References: <20210310132321.948258062@linuxfoundation.org> <20210310132322.685806668@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <20210310132322.685806668@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > From: Greg Kroah-Hartman >=20 > From: Jasper St. Pierre Something is funny with the From header here. But that's not main thing -- this patch is evil. > Unfortunately, the backlight controller only confuses userspace, which > sees the existence of a backlight device node and has the unrealistic > belief that there is actually a backlight there! > +++ b/drivers/acpi/video_detect.c > @@ -140,6 +140,13 @@ static const struct dmi_system_id video_detect_dmi_t= able[] =3D { > }, > { > .callback =3D video_detect_force_vendor, > + .ident =3D "GIGABYTE GB-BXBT-2807", > + .matches =3D { > + DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"), > + DMI_MATCH(DMI_PRODUCT_NAME, "GB-BXBT-2807"), > + }, > + }, > + { > .ident =3D "Sony VPCEH3U1E", > .matches =3D { > DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), Yup, and it looks like this fixes the problem for GIGABYTE GB-BXBT-2807 but re-introduces the problem for Sony VPCEH3U1E. Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmBJJjYACgkQMOfwapXb+vL6mQCgkZcAv4l2s5EVv/WKgUSkdl1N mdcAoLobiDVyoHbzEKIaqxkUFDJUyfO4 =CVrc -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2--