From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrrPd-0007hb-9C for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:04:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrrPc-0000QM-61 for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:04:33 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:36613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrrPc-0000QF-2B for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:04:32 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e2.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p7CCgq7m002387 for ; Fri, 12 Aug 2011 08:42:52 -0400 Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p7CD4QCp167760 for ; Fri, 12 Aug 2011 09:04:26 -0400 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p7CD4Mdv006997 for ; Fri, 12 Aug 2011 07:04:22 -0600 Message-ID: <4E4524D5.6050909@us.ibm.com> Date: Fri, 12 Aug 2011 08:04:21 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1313046225-1064-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1313046225-1064-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 08/11/2011 02:03 AM, Gerd Hoffmann wrote: > 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) Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >