From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Riepl Subject: Re: Chipone icn85xx support in x86 linux kernel Date: Sat, 12 Mar 2016 13:54:28 +0100 Message-ID: <56E41184.8020006@gmail.com> References: <56E1EE3C.6010007@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wm0-f53.google.com ([74.125.82.53]:34635 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750998AbcCLMyb (ORCPT ); Sat, 12 Mar 2016 07:54:31 -0500 Received: by mail-wm0-f53.google.com with SMTP id p65so48916999wmp.1 for ; Sat, 12 Mar 2016 04:54:30 -0800 (PST) In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: sergk sergk2mail Cc: linux-input@vger.kernel.org > In ACPI DSDT it is declared something regarding 0x30, but may be below > lines mean something other??? > > > Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings > { > Name (RBUF, ResourceTemplate () > { > I2cSerialBus (0x0030, ControllerInitiated, 0x00061A80, > AddressingMode7Bit, "\\_SB.I2C4", > 0x00, ResourceConsumer, , > ) In general, you should go with the values in the DSDT. They may be wrong if the manufacturer messed up (it happens), but they are your best bet. Remember, even the Windows driver needs to get the values somewhere.