From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAGDN-0003nK-8R for qemu-devel@nongnu.org; Mon, 03 Feb 2014 04:53:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAGDH-0001TW-8l for qemu-devel@nongnu.org; Mon, 03 Feb 2014 04:53:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAGDH-0001TF-1O for qemu-devel@nongnu.org; Mon, 03 Feb 2014 04:53:11 -0500 Message-ID: <1391421186.23350.49.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 03 Feb 2014 10:53:06 +0100 In-Reply-To: <52EF6530.9090607@redhat.com> References: <1390903055-479-1-git-send-email-kraxel@redhat.com> <1390903055-479-21-git-send-email-kraxel@redhat.com> <52EC2250.5050105@redhat.com> <1391420536.23350.43.camel@nilsson.home.kraxel.org> <52EF6530.9090607@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 20/42] input: mouse: add graphic_rotate support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, Anthony Liguori Hi, > >> It looks like doing it right for relative is easy: > > > > But what is the point when this isn't used anyway? > > In what sense it is not used? Old code is obviously broken for the relative case. Seems to be used by hw/arm/spitz.c, which probably emulates a absolute pointing device. Machine type name contains 'PDA', so I guess a touch screen ... cheers, Gerd