From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E0CB9E01246 for ; Fri, 18 Jan 2013 06:27:34 -0800 (PST) Received: by mail-pa0-f44.google.com with SMTP id hz11so2160442pad.17 for ; Fri, 18 Jan 2013 06:27:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=gR3Yvli93BE0DEgsiAKJw8++MfSNZbv+NHFCCt7c9tk=; b=c9XYHxgMFUpXp2X9vJIE/8QC2OVFRZ3MpfAAiLvqfOxA9dAys4CxQDXJGNI7ZZVeZs Xk8qExGeGun+g7YE0yMWnQ23lmA28obil0kldT+2S4NgbI1WsldzuwZwY5e/zvaZuTTW X601NfI5FYZHOEML33yOFp8WkVaBQGD63SfTte13TgIxXpSj+QnQ59vao0C2qyLTwujr uLSxWpdsmPTUll+GIkUHMbPfIWx/Hkih7i9U9L+0EoPVHx3ojPFRxCf9Iuwy4GLSmppI yL2dI815An/6UG71cL4BC1AuzkAd/sEJG2iU8cfFvKC6o1tupm6MG3QcBqdQGj/dQOuJ I6SQ== X-Received: by 10.68.134.232 with SMTP id pn8mr5733593pbb.47.1358519254539; Fri, 18 Jan 2013 06:27:34 -0800 (PST) Received: from [192.168.0.106] (ip68-98-89-251.ph.ph.cox.net. [68.98.89.251]) by mx.google.com with ESMTPS id ot3sm3180818pbb.38.2013.01.18.06.27.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Jan 2013 06:27:33 -0800 (PST) Message-ID: <50F95BD3.4020101@boundarydevices.com> Date: Fri, 18 Jan 2013 07:27:31 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Daiane Angolini References: <1358459252-30688-1-git-send-email-leonardo.sandoval@freescale.com> In-Reply-To: X-Gm-Message-State: ALoCoQn2xzUp4fTkiQ2k75YUtckqpPgY/QW9gzLtUG0H0Zgub4MjyhNBarcQYJqdyBRHMQAhoZWl Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH v2] linux-imx_3.0.35: Support Single Pointer into the eGalax Touchscreen Driver X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 14:27:35 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 01/18/2013 03:23 AM, Daiane Angolini wrote: > On Thu, Jan 17, 2013 at 7:47 PM, Leonardo Sandoval > wrote: >> This patch enables the touchscreen functionality on i.MX6 Sabre Platforms using the >> eGalax Driver. >> >> [YOCTO #3573] >> >> Upstream-Status: Submitted [meta-freescale@yoctoproject.org] >> >> Changed since v1: >> - Included Upstream-Status as Otavio suggestion >> >> Signed-off-by: Leonardo Sandoval >> --- > > Your V2 is very nice! > > Could you, please, share which board you tested? > I can confirm by inspection that this works. We've tested single-touch support on all of our i.MX6 boards and Leonardo's patch just adds the macro definition to enable it. I would recommend to the Freescale team that this should really be a Kconfig switch as done here: https://github.com/boundarydevices/linux-imx6/commit/f6b560538edca833481c1d67ecf3cfe2d65c4018 Then the userspace can select based on the configuration file, so a multi-touch enabled userspace can select that feature. I'm sure that Yocto will contain support for multi-touch userspaces if it doesn't already. Regards, Eric