From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755494AbcLABvv (ORCPT ); Wed, 30 Nov 2016 20:51:51 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34954 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750975AbcLABvu (ORCPT ); Wed, 30 Nov 2016 20:51:50 -0500 Date: Wed, 30 Nov 2016 17:51:46 -0800 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for 4.9-rc3 Message-ID: <20161201015146.GF31934@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. We are disabling automatic probing of BYD touchpads as it results in too many false positives, and the hardware is not terribly popular and having the protocol support does not result in significantly improved user experience. We also change keycode for KEY_DATA to avoid clashing with KEY_FASTREVERSE. Luckily this newish code is used by CEC framework that is still in staging, so it is extremely unlikely that someone has already started using this keycode. Changelog: --------- Dmitry Torokhov (1): Input: psmouse - disable automatic probing of BYD touchpads Ping Cheng (1): Input: change KEY_DATA from 0x275 to 0x277 Diffstat: -------- drivers/input/mouse/psmouse-base.c | 4 ---- include/uapi/linux/input-event-codes.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) -- Dmitry