From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Nocera Subject: Re: [PATCH v2 3/8] input: goodix: export id and version read from device Date: Tue, 09 Jun 2015 17:36:03 +0200 Message-ID: <1433864163.5707.6.camel@hadess.net> References: <1433774273-23103-1-git-send-email-irina.tirdea@intel.com> <1433774273-23103-4-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: <1433774273-23103-4-git-send-email-irina.tirdea@intel.com> Sender: linux-input-owner@vger.kernel.org To: Irina Tirdea Cc: Dmitry Torokhov , Mark Rutland , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Pawel Moll , Ian Campbell , Kumar Gala , Octavian Purdila List-Id: devicetree@vger.kernel.org On Mon, 2015-06-08 at 17:37 +0300, Irina Tirdea wrote: > Goodix touchscreens export through their registers a Product ID > and Firmware Version. The Product ID is an ASCII encoding of the > product name (e.g.: "911"). > > Export to sysfs (through the input subsystem) the product id and > firmware version read from the device rather than using constant > values. > > Signed-off-by: Octavian Purdila > Signed-off-by: Irina Tirdea Acked-by: Bastien Nocera