Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751878AbaKIIgj (ORCPT ); Sun, 9 Nov 2014 03:36:39 -0500 Received: from marmot.wormnet.eu ([188.246.204.87]:57754 "EHLO marmot.wormnet.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751490AbaKIIg3 (ORCPT ); Sun, 9 Nov 2014 03:36:29 -0500 From: Jamie Lentin To: Jiri Kosina , Antonio Ospite Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Jamie Lentin Subject: [PATCH 0/2] HID: lenovo: Small fixups for compact keyboards Date: Sun, 9 Nov 2014 07:54:28 +0000 Message-Id: <1415519670-24449-1-git-send-email-jm@lentin.co.uk> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some small problems that have since been picked up since my patchset that introduced support for the Thinkpad Compact Keyboards[0]. Both have been tested on 3.18-rc1. There are other outstanding problems that will require less trivial patches: * The USB keyboard needs a patch to the HID descriptor table for the horizontal scroll wheel events to be recognised. * There is potentially a sensitivity control to expose via. sysfs, but needs more investigation. * The bluetooth keyboard mouse buttons still autorepeat. Since they are part of the same input device as the keys I'm not sure this is currently solvable. The first 2 I will sort out once enough free time appears, if you would prefer a single large patchset, feel free to ignore this and wait for a bigger patchset. Many thanks, [0] https://lkml.org/lkml/2014/7/23/702 Jamie Lentin (2): HID: lenovo: Move USB KEY_FILE to 0x00f9 to prevent scancode clash HID: lenovo: Don't set EV_REP to avoid repeating mice buttons drivers/hid/hid-lenovo.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) -- 2.1.0 -- 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/