From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwHLV-0004K1-T9 for qemu-devel@nongnu.org; Mon, 29 Mar 2010 11:57:45 -0400 Received: from [140.186.70.92] (port=39497 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwHLU-0004IN-Ov for qemu-devel@nongnu.org; Mon, 29 Mar 2010 11:57:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwHLT-0002ng-Bi for qemu-devel@nongnu.org; Mon, 29 Mar 2010 11:57:44 -0400 Received: from mx20.gnu.org ([199.232.41.8]:15929) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwHLT-0002nb-A4 for qemu-devel@nongnu.org; Mon, 29 Mar 2010 11:57:43 -0400 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NwHLS-0002c5-Kj for qemu-devel@nongnu.org; Mon, 29 Mar 2010 11:57:42 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Elo touchpad 10 bytes emulator Date: Mon, 29 Mar 2010 15:57:37 +0000 References: <1269876731-22607-1-git-send-email-ricardo.ribalda@gmail.com> In-Reply-To: <1269876731-22607-1-git-send-email-ricardo.ribalda@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201003291657.37961.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Ricardo Ribalda Delgado > New char device emulating an Elo serial touchpad. > > TODO: The output of the touchpad should be in the range of the > resolution. But I don't know a clean way to get the screen resolution. > Any help will be very wellcomed Are you sure? I don't see how real hardware would be able to do that. Paul