From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtZZJ-0003pY-Sf for qemu-devel@nongnu.org; Tue, 03 Nov 2015 06:16:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtZZF-0007az-S5 for qemu-devel@nongnu.org; Tue, 03 Nov 2015 06:16:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtZZF-0007ar-N1 for qemu-devel@nongnu.org; Tue, 03 Nov 2015 06:15:57 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 4BB28227 for ; Tue, 3 Nov 2015 11:15:57 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 3 Nov 2015 12:15:52 +0100 Message-Id: <1446549354-26147-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the usb patch queue, with two little bugfixes. please pull, Gerd The following changes since commit 3d861a01093f8eedfac9889746ccafcfd32039b7: Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-02' into staging (2015-11-02 11:11:39 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20151103-1 for you to fetch changes up to a9be4e7c48c4892c836bda1be4d550bb1a6732bd: usb-host: fix usb3ep0quirk test (2015-11-03 11:56:23 +0100) ---------------------------------------------------------------- usb: two bugfixes for ehci & usb-host. ---------------------------------------------------------------- Gerd Hoffmann (2): ehci: clear suspend bit on detach usb-host: fix usb3ep0quirk test hw/usb/hcd-ehci.c | 2 +- hw/usb/host-libusb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)