From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753667AbbG3RiO (ORCPT ); Thu, 30 Jul 2015 13:38:14 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:33241 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751342AbbG3RiN (ORCPT ); Thu, 30 Jul 2015 13:38:13 -0400 Date: Thu, 30 Jul 2015 10:38:07 -0700 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Jiri Kosina , Henrik Rydberg Subject: [git pull] Input updates for 4.2-rc4 Message-ID: <20150730173807.GD13165@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. The main change is support for keyboards and touchpads found in 2015 editions of Macbooks. Changelog: --------- Dmitry Torokhov (1): Revert "Input: zforce - don't overwrite the stack" Henrik Rydberg (2): Input: bcm5974 - prepare for a new trackpad generation HID: apple: Add support for the 2015 Macbook Pro Jiri Kosina (1): Input: synaptics - dump ext10 capabilities as well John Horan (1): Input: bcm5974 - add support for the 2015 Macbook Pro Diffstat: -------- drivers/hid/hid-apple.c | 6 ++ drivers/hid/hid-core.c | 6 ++ drivers/hid/hid-ids.h | 3 + drivers/input/mouse/bcm5974.c | 165 +++++++++++++++++++++++----------- drivers/input/mouse/synaptics.c | 4 +- drivers/input/touchscreen/zforce_ts.c | 2 +- 6 files changed, 130 insertions(+), 56 deletions(-) -- Dmitry