Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753069AbbBQWyV (ORCPT ); Tue, 17 Feb 2015 17:54:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46806 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751765AbbBQWyT (ORCPT ); Tue, 17 Feb 2015 17:54:19 -0500 From: Benjamin Tissoires To: Nikolai Kondrashov , Jiri Kosina Cc: Peter Hutterer , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] HID: huion: add libinput support Date: Tue, 17 Feb 2015 17:54:11 -0500 Message-Id: <1424213653-5970-1-git-send-email-benjamin.tissoires@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1509 Lines: 39 Hi Nikolai, I know you are actually merging hid-huion and hid-uclogic, so we might not want to take this in this current state. We may need to postpone it when you have send the merge. This series makes the Huion tablet (a H610 Pro) behave like a Wacom one from the libinput point of view. It will introduce a change in the default behavior for the users (which I believe is a good change) where the pad part of the tablet will not send random keyboard shortcuts but actual button events. I'd be glad if you could validate the changes with the other huions you have (or the Digimend project), because, having only one PID for all their tablets is rather weird and difficult to support. Last, I think we could add these tablets in the libwacom project, so that there will be a nice GUI to configure the buttons. However, not having the PID to discriminate between tablets is going to be a problem. Do you have any reliable way of knowing the model from the kernel or the user space? Cheers, Benjamin Benjamin Tissoires (2): HID: huion: enable button mode reporting HID: huion: split the stylus and pad in 2 nodes drivers/hid/hid-huion.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) -- 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/