Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753461AbbETKMw (ORCPT ); Wed, 20 May 2015 06:12:52 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60926 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753186AbbETKMt (ORCPT ); Wed, 20 May 2015 06:12:49 -0400 Date: Wed, 20 May 2015 12:12:47 +0200 (CEST) From: Jiri Kosina To: Linus Torvalds cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] HID fixes for 4.1 Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1790 Lines: 58 Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive bugfixes for HID subsystem that should go in 4.1. Important highlights: ===== - the patch that extended support for HID++ protocol for TK820 touchpad turns out to be causing regressions due to firmware issues; patch reverting back to basic support from Benjamin Tissoires - Wacom driver can oops for devices that report non-touch data on touch interfaces. Fix from Ping Cheng - gpiolib is not mandatory for i2c-hid, so the driver shouldn't fail if gpiolib is not enabled. Fix from Mika Westerberg ===== Thanks! ---------------------------------------------------------------- Benjamin Tissoires (1): Revert "HID: logitech-hidpp: support combo keyboard touchpad TK820" Laura Abbott (1): HID: usbhid: Add HID_QUIRK_NOGET for Aten DVI KVM switch Mika Westerberg (1): HID: i2c-hid: Do not fail probing if gpiolib is not enabled Ping Cheng (1): HID: wacom: fix an Oops caused by wacom_wac_finger_count_touches Srinivas Pandruvada (1): HID: hid-sensor-hub: Fix debug lock warning drivers/hid/hid-ids.h | 1 + drivers/hid/hid-logitech-hidpp.c | 20 -------------------- drivers/hid/hid-sensor-hub.c | 13 ++++++++++--- drivers/hid/i2c-hid/i2c-hid.c | 5 ++++- drivers/hid/usbhid/hid-quirks.c | 1 + drivers/hid/wacom_wac.c | 3 +++ include/linux/hid-sensor-hub.h | 4 ++-- 7 files changed, 21 insertions(+), 26 deletions(-) -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/