From patchwork Thu Aug 8 08:40:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rafael J. Wysocki" X-Patchwork-Id: 11083573 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 18DBB17E0 for ; Thu, 8 Aug 2019 08:44:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0BFAD28AAE for ; Thu, 8 Aug 2019 08:44:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F3F5A28AB7; Thu, 8 Aug 2019 08:44:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BE79A28AB0 for ; Thu, 8 Aug 2019 08:44:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731606AbfHHIog (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 Sender: platform-driver-x86-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Acked-by: Andy Shevchenko