From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932458AbeCITuE (ORCPT ); Fri, 9 Mar 2018 14:50:04 -0500 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.221]:33159 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932183AbeCITuC (ORCPT ); Fri, 9 Mar 2018 14:50:02 -0500 X-RZG-AUTH: :P2ERcEykfu11Y98lp/T7+hdri+uKZK8TKWEqNyiHySGSa9k9zW4DNhHoQE+naq7Ui9modlL72u2rWmxB4UvW2wbAhHRadtl88E4P/A== X-RZG-CLASS-ID: mo00 From: Stephan Mueller To: Jiri Kosina Cc: Dmitry Torokhov , Henrik Rydberg , linux-input@vger.kernel.org, marek.wyborski@emwesoft.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] input: bcm5974 - Add driver for Apple Magic Trackpad 2 Date: Fri, 09 Mar 2018 20:49:57 +0100 Message-ID: <2373130.0OS7LSYeBT@tauon.chronox.de> In-Reply-To: <1566223.3I8hjEaRec@tauon.chronox.de> References: <40764439.8xGR6LbaWR@positron.chronox.de> <2305311.UGlXl2onVb@positron.chronox.de> <1566223.3I8hjEaRec@tauon.chronox.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id w29JoF4H020034 Am Dienstag, 27. Februar 2018, 17:37:45 CET schrieb Stephan Mueller: Hi Jiri, Dimity, Henrik, > Am Sonntag, 21. Januar 2018, 23:06:55 CET schrieb Stephan Müller: > > Hi Jiri, Dimity, Henrik, > > > Hi, > > > > Changes v3: > > * port to 4.15-rc8 > > * small code cleanups (isolation of type casts to functions pertaining > > > > to the Apple Magic Trackpad 2 > > > > * clean up all checkpatch.pl errors and warnings (except those > > > > where the patch uses the structure of existing code fragments) > > > > * updated horizontal and vertical limits to capture start of movements > > > > in the outer areas of the pad > > > > ---8<--- > > > > Add support for Apple Magic Trackpad 2 in bcm5974 (MacBook Tochpad) > > driver. > > The Magic Trackpad 2 needs to be switched into the finger-reporting-mode, > > just like the other macbook touchpads as well. But the format is different > > to the ones before. The Header is 12 Bytes long and each reported finger > > is additional 9 Bytes. The data order reported by the hardware is > > different as well. > > May I ask whether there is an issue in the patch? I have not received any > feedback and would like to inquire about the status of the patch. > > I would like to have Touchpad 2 properly supported. Ciao Stephan