From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gravedo.de ([85.214.79.159]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OkbgZ-0006JX-3y for openembedded-devel@lists.openembedded.org; Sun, 15 Aug 2010 13:47:45 +0200 Received: by gravedo.de (Postfix, from userid 5001) id 0C6A780CB50; Sun, 15 Aug 2010 13:47:11 +0200 (CEST) Received: from [192.168.1.142] (p5489C4CA.dip.t-dialin.net [84.137.196.202]) by gravedo.de (Postfix) with ESMTPSA id B5CA280C51F for ; Sun, 15 Aug 2010 13:47:08 +0200 (CEST) Message-ID: <4C67D3BB.4080404@gravedo.de> Date: Sun, 15 Aug 2010 13:47:07 +0200 From: Simon Busch User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12pre) Gecko/20100809 Shredder/3.0.7pre MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1281468568-8990-1-git-send-email-morphis@gravedo.de> <20100813215226.GB19855@excalibur.local> <1281813967.2127.1.camel@saphir> In-Reply-To: <1281813967.2127.1.camel@saphir> X-Enigmail-Version: 1.0.1 X-SA-Exim-Connect-IP: 85.214.79.159 X-SA-Exim-Mail-From: morphis@gravedo.de X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH] ecore: remove fix-ecore-fb-initialization.patch X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2010 11:48:06 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Am 14.08.2010 21:26, schrieb Michael 'Mickey' Lauer: > Am Freitag, den 13.08.2010, 23:52 +0200 schrieb Stefan Schmidt: >> Hello. >> >> On Tue, 2010-08-10 at 21:29, Simon Busch wrote: >>> Removing the fix-ecore-fb-initialization patch as it let ecore open the supplied >>> touchscreen device twice which results in an error on platforms where the touchscreen >>> device node can be opened only once. Furthermore I doubt that it is necessary to open the >>> touchscreen device node more than one time. >> >> Sounds good, but I want to hear Mickey on this before pushing it as it is his >> patch. > > NACK. Last time I checked, this patch was still necessary to fix > touchscreen access using Ecore on pure framebuffer. There may be > better approaches to it, but removing it now will break ecore on fb. For me ecore worked on plain fb without this patch. Touchscreen access was possible and elementary-test worked fine. If it's not the case on other devies than the palm pre we have to find a way around this as it will break usage of ecore_fb for the palm pre! Will take a look into the code of ecore_fb if there is another way. regards, morphis