Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754042AbdLHO2e (ORCPT ); Fri, 8 Dec 2017 09:28:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42504 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753419AbdLHO2b (ORCPT ); Fri, 8 Dec 2017 09:28:31 -0500 From: Benjamin Tissoires To: Jiri Kosina , Dmitry Torokhov , Peter Hutterer Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Benjamin Tissoires Subject: [PATCH v2 0/2] HID: input: do not increment usages when a duplicate is found Date: Fri, 8 Dec 2017 15:28:16 +0100 Message-Id: <20171208142818.15156-1-benjamin.tissoires@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 08 Dec 2017 14:28:31 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 516 Lines: 20 Hi Jiri, slightly modified version (to actually make it working this time). There is not much to add, the differences are in the commit messages and in the notes of each patch. Cheers, Benjamin Benjamin Tissoires (2): HID: use BIT macro instead of plain integers for flags HID: input: do not increment usages when a duplicate is found drivers/hid/hid-input.c | 33 +++++++++++++++++++++++++++++++-- include/linux/hid.h | 14 ++++++++------ 2 files changed, 39 insertions(+), 8 deletions(-) -- 2.14.3