From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1yif-0002Qy-2F for qemu-devel@nongnu.org; Tue, 01 Jul 2014 10:07:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1yiZ-0003H6-5T for qemu-devel@nongnu.org; Tue, 01 Jul 2014 10:07:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1yiY-0003Gl-Sd for qemu-devel@nongnu.org; Tue, 01 Jul 2014 10:07:31 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s61E7U5R001426 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 1 Jul 2014 10:07:30 -0400 From: Gerd Hoffmann Date: Tue, 1 Jul 2014 16:07:22 +0200 Message-Id: <1404223646-7899-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Coming with a collection of usb bugfixes. please pull, Gerd The following changes since commit b3959efdbb2dc3d5959e3b0a8e188126930beca8: Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into staging (2014-07-01 11:00:53 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20140701-1 for you to fetch changes up to c1129f6bffb6fc756f53c06bc554a7997b1f4be4: ccid-card-emulated: use EventNotifier (2014-07-01 15:49:51 +0200) ---------------------------------------------------------------- usb bugfixes. ---------------------------------------------------------------- Christian Burger (1): input: fix jumpy mouse cursor with USB mouse emulation Hani Benhabiles (1): usb: Fix usb-bt-dongle initialization. Jincheng Miao (1): usb: initialize libusb_device to avoid crash Paolo Bonzini (1): ccid-card-emulated: use EventNotifier hw/input/hid.c | 4 ++-- hw/usb/ccid-card-emulated.c | 29 ++++++++++------------------- hw/usb/dev-bluetooth.c | 24 ++++++++++++++++-------- hw/usb/host-libusb.c | 4 ++-- 4 files changed, 30 insertions(+), 31 deletions(-)