From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751172AbdGNSHP (ORCPT ); Fri, 14 Jul 2017 14:07:15 -0400 Received: from mail-pg0-f53.google.com ([74.125.83.53]:35024 "EHLO mail-pg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853AbdGNSHN (ORCPT ); Fri, 14 Jul 2017 14:07:13 -0400 Date: Fri, 14 Jul 2017 11:07:10 -0700 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for v4.13-rc0 (round 2) Message-ID: <20170714180710.GA35630@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive the 2nd round of updates for the input subsystem. You will get: - multit-touch handling for Xen - fix for long-standing bug causing crashes in i8042 on boot - change to gpio_keys to better handle key presses during system state stransition. Changelog: --------- Chen Hong (1): Input: i8042 - fix crash at boot time Joseph Lo (1): Input: gpio_keys - handle the missing key press event in resume phase Oleksandr Andrushchenko (1): Input: xen-kbdfront - add multi-touch support Diffstat: -------- drivers/input/keyboard/gpio_keys.c | 17 ++- drivers/input/misc/xen-kbdfront.c | 219 ++++++++++++++++++++++++++++++------- drivers/input/serio/i8042.c | 12 +- 3 files changed, 204 insertions(+), 44 deletions(-) Thanks. -- Dmitry