From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5B1F9E00801; Sun, 31 Aug 2014 09:56:33 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.182 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4022DE00572 for ; Sun, 31 Aug 2014 09:56:31 -0700 (PDT) Received: by mail-pd0-f182.google.com with SMTP id fp1so4199832pdb.41 for ; Sun, 31 Aug 2014 09:56:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=z5qMWVSpflNiUyIbJW+aOeU+orKmxyAHOeJNGBnzL4A=; b=Ac5do73xnSxBdB6tEdHJ+WG4TCBUa9zkSMz8nPNtMUzKCvzYRSvmzbbeEzfhJC5PmL LZHVmRDMBp4JqXNjr7w97CvvcyrNZrQFHmapuWnSprTWlS3EJDFR3PG1XNIXuZZQ71lt 70RM5Q/M7GUJ7Jr9cUDrDOzo3wcP+wini45G2IMy2SfFePBKSvUlkoJYWEPO0zlO9pFb ihgvNcyABVXu95/l1e3zokAoxI6ISh/rpNDlUwImDGRjzFoZ0fKVLbSJXRmvPjaghF79 ipsugvW/JZMdLyL0+cJPO9Pw2EliBEwNvIFO/ZEb59b7iY90axH0o0zHwyqW7zSK7wX9 h49g== X-Gm-Message-State: ALoCoQnzvowU/ZhghSddQg7XKHBhg1I84jK02cVJVz+QPZhyvSSO9ajmshU9TNQxbL+I5JB8/oWe X-Received: by 10.66.145.103 with SMTP id st7mr20880099pab.43.1409504191240; Sun, 31 Aug 2014 09:56:31 -0700 (PDT) Received: from [192.168.1.11] ([63.226.49.26]) by mx.google.com with ESMTPSA id ba5sm5687671pbd.72.2014.08.31.09.56.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 Aug 2014 09:56:30 -0700 (PDT) Message-ID: <540353BB.3000805@boundarydevices.com> Date: Sun, 31 Aug 2014 09:56:27 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Otavio Salvador , Christoph Settgast References: <1409134743-30222-1-git-send-email-christoph.settgast@methodpark.de> <53FF012A.7070707@methodpark.de> <53FF02ED.7030207@methodpark.de> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): update to 62ef71f 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: Sun, 31 Aug 2014 16:56:33 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Thanks for the ping Otavio, On 08/30/2014 02:44 PM, Otavio Salvador wrote: > On Thu, Aug 28, 2014 at 7:22 AM, Christoph Settgast > wrote: >> On 28.08.2014 12:15, Christoph Settgast wrote: >>> >>> At least with Qt5 and its MultiPointTouchArea I get 5 touchpoints >>> simultaniously with the ft5x06, X11 backend. >> >> Forgot to mention: Tested on daisy branch of yocto. > > Makes sense. > > Eric, can you review this one so I can apply it? > Reviewed-by: Eric Nelson Acked-by: Eric Nelson Note that there are a couple of patches in this set that affect users. The default kernel configurations no longer default to single-touch operation for the FT5x06 touch controllers used on our 1024x600 and 1280x800 panels, or the eGalax touch controller on the 1024x768 Hannstar panel. The single-touch flag was added primarily to support the use of tslib with Qt4. Qt5 can (and should) use multi-touch support and I believe that's the right default for new users. Regards, Eric