From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34041 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4ADy-0002wz-Qg for qemu-devel@nongnu.org; Fri, 08 Oct 2010 06:30:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4ADb-0007PE-Gf for qemu-devel@nongnu.org; Fri, 08 Oct 2010 06:30:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4ADb-0007Or-9y for qemu-devel@nongnu.org; Fri, 08 Oct 2010 06:30:27 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o98AUQ2e005288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 8 Oct 2010 06:30:26 -0400 From: Gerd Hoffmann Date: Fri, 8 Oct 2010 12:30:12 +0200 Message-Id: <1286533814-1012-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] mouse fixups List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: hdegoede@redhat.com, Gerd Hoffmann Hi, In the 0.13 devel cycle the mouse handler activation code has been updated, but (at least) two drivers have not been updated accordingly: vmmouse and usb-wacom. This patch series updates them so they are functional again. IMHO the patches should also be cherry-picked into stable. The patches are also available in the git repository at: git://anongit.freedesktop.org/spice/qemu mouse.1 Gerd Hoffmann (2): vmmouse: adapt to mouse handler changes. wacom tablet: activate event handlers. hw/usb-wacom.c | 13 ++++++++++--- hw/vmmouse.c | 31 +++++++++++++++++++++---------- 2 files changed, 31 insertions(+), 13 deletions(-)