From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrPJ3-00067v-JL for qemu-devel@nongnu.org; Thu, 11 Aug 2011 03:03:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrPIz-0006o2-Jg for qemu-devel@nongnu.org; Thu, 11 Aug 2011 03:03:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrPIz-0006nw-BU for qemu-devel@nongnu.org; Thu, 11 Aug 2011 03:03:49 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7B73mRE018225 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Aug 2011 03:03:48 -0400 From: Gerd Hoffmann Date: Thu, 11 Aug 2011 09:03:39 +0200 Message-Id: <1313046225-1064-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, More usb and hid bits. Fixes a usb tablet regression with windows xp. milkymist goes use the new, splitted hid code directly instead of (ab-)using the usb-kbd device, which in turn allows to kill the usb_hid_datain_cb callback as no users are left. please pull, Gerd The following changes since commit b9c6cbff76061537b722d55f0e321dde2a612a23: Merge remote-tracking branch 'pm-arm/for-upstream' into pm (2011-08-09 19:16:43 +0200) are available in the git repository at: git://git.kraxel.org/qemu usb.23 Gerd Hoffmann (2): usb/hid: add hid_pointer_activate, use it usb-hid: remove usb_hid_datain_cb Michael Walle (4): hid: register kbd hander in init() hid: introduce hid vmstate macros usb-hid: use hid vmstate macro milkymist-softusb: use hid code directly hw/hid.c | 76 +++++++++++++++++++++++++++-- hw/hid.h | 1 + hw/hw.h | 20 ++++++++ hw/milkymist-softusb.c | 122 +++++++++++++++--------------------------------- hw/usb-hid.c | 58 ++--------------------- hw/usb.h | 3 - 6 files changed, 134 insertions(+), 146 deletions(-)