From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752263AbcEQRvv (ORCPT ); Tue, 17 May 2016 13:51:51 -0400 Received: from slow1-d.mail.gandi.net ([217.70.178.86]:49642 "EHLO slow1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751352AbcEQRvs (ORCPT ); Tue, 17 May 2016 13:51:48 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1463507142.3440.8.camel@hadess.net> Subject: Re: [PATCH v3] Input - surface3_spi: add new driver for the Surface 3 From: Bastien Nocera To: Benjamin Tissoires , Dmitry Torokhov Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 17 May 2016 19:45:42 +0200 In-Reply-To: <1463480179-11974-1-git-send-email-benjamin.tissoires@redhat.com> References: <1463480179-11974-1-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 Tue, 2016-05-17 at 12:16 +0200, Benjamin Tissoires wrote: > This is a basic driver for the Surface 3. I am not so sure it will > work > with any firmwares as most values are encoded, but given that I only > have > access to my current device with its firmware and I don't have the > datasheet, it should be OK for now. > > The Surface Pen is not supported (if it is supposed to be). I'll work > on > this when I get one. > > Signed-off-by: Benjamin Tissoires Works with up to 10 touches (I don't have any more fingers) and seems to do palm detection as well. Tested-by: Bastien Nocera