From mboxrd@z Thu Jan 1 00:00:00 1970 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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 B2ADCC0650F for ; Thu, 8 Aug 2019 08:44:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 923A92173C for ; Thu, 8 Aug 2019 08:44:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728289AbfHHIog (ORCPT ); Thu, 8 Aug 2019 04:44:36 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:53961 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731065AbfHHIog (ORCPT ); Thu, 8 Aug 2019 04:44:36 -0400 Received: from 79.184.254.29.ipv4.supernova.orange.pl (79.184.254.29) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.275) id 4dbb172df3063ed1; Thu, 8 Aug 2019 10:44:34 +0200 From: "Rafael J. Wysocki" To: platform-driver-x86@vger.kernel.org Cc: Andy Shevchenko , LKML , Linux PM , Linux ACPI Subject: [PATCH 0/2] intel-hid: intel-vbtn: Suspend-related fix and update Date: Thu, 08 Aug 2019 10:40:19 +0200 Message-ID: <1717835.1Yz4jNODO2@kreacher> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi, These two patches fix a minor issue related to system suspend in the intel-hid and intel-vbtn drivers and update the suspend/resume handling in intel-hid to reduce special-casing in it somewhat. Please refer to the changelogs for details. Thanks, Rafael