From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752255AbeESL7C (ORCPT ); Sat, 19 May 2018 07:59:02 -0400 Received: from mail-wr0-f177.google.com ([209.85.128.177]:36250 "EHLO mail-wr0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752053AbeESL66 (ORCPT ); Sat, 19 May 2018 07:58:58 -0400 X-Google-Smtp-Source: AB8JxZoG1eyr2p5HiqqTgtqZdBOw8iSSo839kx1l4LR/sbhWvHciSCmrw1ErxHdAVrHjX9AOrAEAIg== From: Hans de Goede Subject: Re: [BUG] i2c-hid: ELAN Touchpad does not work on ASUS X580GD To: Jarkko Nikula , Chris Chiu Cc: Daniel Drake , Jian-Hong Pan , Jiri Kosina , Benjamin Tissoires , Jani Nikula , Dmitry Torokhov , Adrian Salido , Jason Gerecke , linux-input , Andy Shevchenko , Mika Westerberg , Wolfram Sang , linux-i2c@vger.kernel.org, Linux Kernel , Linux Upstreaming Team References: <7728da79-8a7a-b87d-d09c-b36978b3032e@linux.intel.com> <91f87c43-0ae1-00ec-6b3e-819b639aa1b2@linux.intel.com> Message-ID: Date: Sat, 19 May 2018 13:58:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <91f87c43-0ae1-00ec-6b3e-819b639aa1b2@linux.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 18-05-18 15:15, Jarkko Nikula wrote: > On 05/18/2018 10:48 AM, Hans de Goede wrote: >> Could it be the i2c input clock definition in drivers/mfd/intel-lpss-pci.c >> is also wrong for Apollo Lake (N3450) ?  There are lots of people having >> various issues with i2c attached touchpads on Apollo Lake devices, this bug: >> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728244 >> >> Is sort of a collection bug for these. Various models laptops, lots of >> reporters. Note not sure thie is an i2c-designware issue, but it would >> be good to double check the input clock on Apollo Lake. >> > Does i2c_designware_core.dyndbg=+p and i2c-hid.debug=1 command line arguments give any useful debug information from those machines? A first dmesg with these flags has been provided: https://launchpadlibrarian.net/370884912/dmesg.log Regards, Hans