From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752215AbbCaEZB (ORCPT ); Tue, 31 Mar 2015 00:25:01 -0400 Received: from dedo.coelho.fi ([88.198.205.34]:45096 "EHLO dedo.coelho.fi" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751261AbbCaEY6 (ORCPT ); Tue, 31 Mar 2015 00:24:58 -0400 X-Greylist: delayed 2232 seconds by postgrey-1.27 at vger.kernel.org; Tue, 31 Mar 2015 00:24:58 EDT Message-ID: <1427773651.2999.2.camel@coelho.fi> From: Luca Coelho To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, Hans de Goede , Pali =?ISO-8859-1?Q?Roh=E1r?= , Santiago Gala , Yunkang Tang , linux-kernel@vger.kernel.org Date: Tue, 31 Mar 2015 06:47:31 +0300 In-Reply-To: <20150322033656.GA35352@dtor-ws> References: <20150322033656.GA35352@dtor-ws> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 88.113.225.236 X-SA-Exim-Mail-From: luca@coelho.fi Subject: Re: [PATCH] Input: ALPS - fix max coordinates for v5 and v7 protocols X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on dedo.coelho.fi) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2015-03-21 at 20:36 -0700, Dmitry Torokhov wrote: > Commit 3296f71cd2fde7a2ad52e66a27eae419f6328066 ("Input: ALPS - consolidate > setting protocol parameters") inadvertently moved call to > alps_dolphin_get_device_area() from v5 to v7 protocol, causing both > protocols report incorrect maximum values for X and Y axes which resulted > in crash in Synaptics X driver. > > Reported-by: Santiago Gala > Reported-by: Pali Rohár > Signed-off-by: Dmitry Torokhov > --- Tested-by: Luciano Coelho Tested on a Dell E5250. Are you planning to send this to 4.0-rc*? That would be nice, since this is a regression from 3.19. -- Cheers, Luca.