From patchwork Mon Apr 19 07:49:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Luke D. Jones" X-Patchwork-Id: 12211033 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6AC8CC433ED for ; Mon, 19 Apr 2021 07:49:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 32EA96102A for ; Mon, 19 Apr 2021 07:49:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237757AbhDSHuC (ORCPT ); Mon, 19 Apr 2021 03:50:02 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:32867 "EHLO wout2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231637AbhDSHuC (ORCPT ); Mon, 19 Apr 2021 03:50:02 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id CAC6C1D63; Mon, 19 Apr 2021 03:49:32 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 19 Apr 2021 03:49:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=zXVG49ThYEHPecMdH M29sLSj0lBoAGhaMt02sLXKQLE=; b=D0PPgGM/hzNKtbxALsOrHo6anfWmLsASv 6UsOn7VQLsuxGaTrj+xJLtq8sTPtNW/TLbVhpeedKNh+v9agQrh+Q2D18z1aIn4f bC/b59BU4rOEVxu/Oxdqvops+LvwA9FPTc/MFXgOPhsJS5xFoPYa6B9b6VM/qoOK neXRa9PEmufZe2dxYTCKRn/nZY6lyO4suv1xW+XTTiGQVjmanXSeHr+/lF/mcXo0 9oJyrolgohBbSnoDVzMBUZPvduNfXbRVQIVDNLnorpaukn6caqVfQFyArHS4XAWj t6lCldjQd5YvoMOMtotLBaVfiD+gJk8oyQfAnYyBb/5w7fgxu2q3A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddtfedgudelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepfdfnuhhkvgcuffdrucflohhnvghsfdcuoehluhhkvgeslhhjohhn vghsrdguvghvqeenucggtffrrghtthgvrhhnpeelffelhfeltdfhtdevuefgveeuueekge etiefgiefhgfejvdetvdeuvedthfdvkeenucfkphepudduiedrvdehuddrudelfedrudel ieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehluh hkvgeslhhjohhnvghsrdguvghv X-ME-Proxy: Received: from fedora.. (unknown [116.251.193.196]) by mail.messagingengine.com (Postfix) with ESMTPA id B0692240065; Mon, 19 Apr 2021 03:49:28 -0400 (EDT) From: "Luke D. Jones" To: hdegoede@redhat.com Cc: corentin.chary@gmail.com, acpi4asus-user@lists.sourceforge.net, platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, "Luke D. Jones" Subject: [PATCH 0/2] Remove GA14/15 quirks to acpi/video_detect Date: Mon, 19 Apr 2021 19:49:13 +1200 Message-Id: <20210419074915.393433-1-luke@ljones.dev> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org Revert two commits to allow a patch to acpi/video_detect to correctly set the backlight control as native. Luke D. Jones (2): Revert "platform/x86: asus-nb-wmi: Drop duplicate DMI quirk structures" Revert "platform/x86: asus-nb-wmi: add support for ASUS ROG Zephyrus G14 and G15" drivers/platform/x86/asus-nb-wmi.c | 77 ------------------------------ 1 file changed, 77 deletions(-) Signed-off-by: Luke D. Jones --- 2.31.1