From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG3q7-0005PA-4D for qemu-devel@nongnu.org; Fri, 17 Jul 2015 07:30:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZG3q4-0005Uo-DD for qemu-devel@nongnu.org; Fri, 17 Jul 2015 07:30:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG3q4-0005T4-7H for qemu-devel@nongnu.org; Fri, 17 Jul 2015 07:30:00 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id A56066C for ; Fri, 17 Jul 2015 11:29:57 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 17 Jul 2015 13:29:49 +0200 Message-Id: <1437132593-6611-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.4 0/4] usb: fixes for 2.4 (ccid, xhci and usb-host) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here are usb fixes for 2.4. please pull, Gerd The following changes since commit 2d5ee9e7a7dd495d233cf9613a865f63f88e3375: Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150716' into staging (2015-07-16 10:40:23 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20150717-1 for you to fetch changes up to 92fdfa4bef9c92addcc009dd3e0131172b4fdc78: Revert "xhci: set timer to retry xfers" (2015-07-17 13:20:53 +0200) ---------------------------------------------------------------- usb: fixes for 2.4 (ccid, xhci and usb-host) ---------------------------------------------------------------- Gerd Hoffmann (3): usb-ccid: fix 61b4887b41b270bc837ead57bc502d904af023bb usb-ccid: add missing wakeup calls Revert "xhci: set timer to retry xfers" Lin Ma (1): Re-attach usb device to kernel while usb_host_open fails hw/usb/dev-smartcard-reader.c | 21 +++++++++++++-------- hw/usb/hcd-xhci.c | 2 -- hw/usb/host-libusb.c | 3 +++ 3 files changed, 16 insertions(+), 10 deletions(-)