From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752647AbdIVWlD (ORCPT ); Fri, 22 Sep 2017 18:41:03 -0400 Received: from mail-pg0-f47.google.com ([74.125.83.47]:56679 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752179AbdIVWlB (ORCPT ); Fri, 22 Sep 2017 18:41:01 -0400 X-Google-Smtp-Source: AOwi7QCR9bxVbwClGxzNSQEG45hyNTw9eDJuRcNvGzXe7dfriGYcIE3meoEHT9s9hPloJ1Y4623hXA== Date: Fri, 22 Sep 2017 15:40:58 -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.14-rc1 Message-ID: <20170922224058.GA37337@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 updates for the input subsystem. You will get: - fixes for two long standing issues (lock up and a crash) in force feedback handling in uinput driver - tweak to firmware update timing in Elan I2C touchpad driver. Changelog: --------- Dmitry Torokhov (2): Input: uinput - avoid FF flush when destroying device Input: uinput - avoid crash when sending FF request to device going away KT Liao (1): Input: elan_i2c - extend Flash-Write delay Diffstat: -------- drivers/input/ff-core.c | 13 +++++++-- drivers/input/misc/uinput.c | 57 ++++++++++++++++++++++++++------------ drivers/input/mouse/elan_i2c_i2c.c | 2 +- include/linux/input.h | 1 + 4 files changed, 51 insertions(+), 22 deletions(-) Thanks. -- Dmitry