From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752386AbcEQRwF (ORCPT ); Tue, 17 May 2016 13:52:05 -0400 Received: from slow1-d.mail.gandi.net ([217.70.178.86]:45212 "EHLO slow1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751784AbcEQRvt (ORCPT ); Tue, 17 May 2016 13:51:49 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1463507227.3440.9.camel@hadess.net> Subject: Re: [PATCH 2/2] HID: multitouch: enable the Surface 3 Type Cover to report multitouch data From: Bastien Nocera To: Benjamin Tissoires , Jiri Kosina , Andy Shevchenko Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 17 May 2016 19:47:07 +0200 In-Reply-To: <1463062363-12405-2-git-send-email-benjamin.tissoires@redhat.com> References: <1463062363-12405-1-git-send-email-benjamin.tissoires@redhat.com> <1463062363-12405-2-git-send-email-benjamin.tissoires@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.2 (3.20.2-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-05-12 at 16:12 +0200, Benjamin Tissoires wrote: > There is no reasons to filter out keyboard and consumer control > collections > in hid-multitouch. > With the previous hid-input fix, there is now a full support of the > Type > Cover and we can remove all specific bits from hid-core and hid- > microsoft. > > hid-multitouch will automatically set HID_QUIRK_NO_INIT_REPORTS so we > can > also remove it from the list of ushbid quirks. > > Signed-off-by: Benjamin Tissoires Works on my machine with up to 3 simultaneous touchpoints. A 4th one releases all fingers (is that expected?). Tested-by: Bastien Nocera