From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756689AbbGPRkT (ORCPT ); Thu, 16 Jul 2015 13:40:19 -0400 Received: from mail-ie0-f195.google.com ([209.85.223.195]:33553 "EHLO mail-ie0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755254AbbGPRkO (ORCPT ); Thu, 16 Jul 2015 13:40:14 -0400 Date: Thu, 16 Jul 2015 10:40:09 -0700 From: Dmitry Torokhov To: David Herrmann Cc: Peter Hutterer , "open list:HID CORE LAYER" , linux-kernel , Hans de Goede , Benjamin Tissoires , Duson Lin Subject: Re: [PATCH] Input - elantech: force a resolution of 31 u/mm Message-ID: <20150716174009.GB32571@dtor-ws> References: <20150710003244.GA25437@jelly.redhat.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 Tue, Jul 14, 2015 at 07:59:47PM +0200, David Herrmann wrote: > Hi > > On Fri, Jul 10, 2015 at 2:32 AM, Peter Hutterer > wrote: > > All Elantech touchpads pre-v4 with dynamic resolution queries have a fixed > > resolution of 800dpi -> 31.49 units/mm. Set this statically, so userspace does > > not have to guess. > > > > Cc: Duson Lin > > Signed-off-by: Peter Hutterer > > --- > > drivers/input/mouse/elantech.c | 13 ++++++++----- > > 1 file changed, 8 insertions(+), 5 deletions(-) > > I think this is much nicer than having to work around this in > user-space. Much appreciated! > > Reviewed-by: David Herrmann Applied, thank you. -- Dmitry