From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754708AbbCYRWU (ORCPT ); Wed, 25 Mar 2015 13:22:20 -0400 Received: from mail-ig0-f174.google.com ([209.85.213.174]:35224 "EHLO mail-ig0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752637AbbCYRWR (ORCPT ); Wed, 25 Mar 2015 13:22:17 -0400 Date: Wed, 25 Mar 2015 10:22:12 -0700 From: Dmitry Torokhov To: Ramiro Morales Cc: linux-kernel@vger.kernel.org, Daniel Martin , Filip Ayazi , Linux Input Subject: Re: [PATCH] input: synaptics: min_max quirk for Thinkpad E440 Message-ID: <20150325172212.GB40952@dtor-ws> References: <1427246428-7070-1-git-send-email-filipayazi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 25, 2015 at 09:57:51AM -0300, Ramiro Morales wrote: > On Wed, Mar 25, 2015 at 6:04 AM, Daniel Martin wrote: > > On 25 March 2015 at 02:20, Filip Ayazi wrote: > >> Sets min_max_quirk values for LEN2006 touchpad found in Lenovo Thinkpad E440 > >> (board_id=2691). > > > > Dmitry already applied a patch for the E440: > > http://www.spinics.net/lists/linux-input/msg37497.html > > There are two great things about this second submission from Filip. > > First, it confirms the values sent by the hardware in a second laptop > as reported by touchpad-edge-detector. > > Second, it reveals I made a stupid mistake transcribing the y_max > value to the quirks able. The correct value is 4832 and my patch > wrongly contains 4632. > > I'm very sorry for this. I see my patch has already been pushed to the > 'for-linus' branch and I don't know which process should we follow to > fix the issue. My 'for-linus' branch is stable so we need a fixup on top on the incorrect patch, the same way as if it was already in mainline. Thanks. -- Dmitry