From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752642AbbCYM6N (ORCPT ); Wed, 25 Mar 2015 08:58:13 -0400 Received: from mail-qg0-f53.google.com ([209.85.192.53]:35940 "EHLO mail-qg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751764AbbCYM6M (ORCPT ); Wed, 25 Mar 2015 08:58:12 -0400 MIME-Version: 1.0 In-Reply-To: References: <1427246428-7070-1-git-send-email-filipayazi@gmail.com> From: Ramiro Morales Date: Wed, 25 Mar 2015 09:57:51 -0300 Message-ID: Subject: Re: [PATCH] input: synaptics: min_max quirk for Thinkpad E440 To: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Regards, -- Ramiro Morales