From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Nocera Subject: Re: [PATCH v6 4/9] Input: goodix - write configuration data to device Date: Fri, 25 Sep 2015 16:40:40 +0200 Message-ID: <1443192040.17020.26.camel@hadess.net> References: <1442327483-19407-1-git-send-email-irina.tirdea@intel.com> <1442327483-19407-5-git-send-email-irina.tirdea@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1442327483-19407-5-git-send-email-irina.tirdea@intel.com> Sender: linux-input-owner@vger.kernel.org To: Irina Tirdea , Dmitry Torokhov , Aleksei Mamlin , linux-input@vger.kernel.org Cc: Mark Rutland , Octavian Purdila , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue, 2015-09-15 at 17:31 +0300, Irina Tirdea wrote: > Goodix devices can be configured by writing custom data to the device > at > init. The configuration data is read with request_firmware from > "goodix__cfg.bin", where is the product id read from the > device > (e.g.: goodix_911_cfg.bin for Goodix GT911, goodix_9271_cfg.bin for > GT9271). > > The configuration information has a specific format described in the > Goodix > datasheet. It includes X/Y resolution, maximum supported touch > points, > interrupt flags, various sesitivity factors and settings for advanced sensitivity.