From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1xba-0002bR-DO for qemu-devel@nongnu.org; Thu, 16 Aug 2012 06:47:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1xbY-0006Tz-Q4 for qemu-devel@nongnu.org; Thu, 16 Aug 2012 06:47:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1xbY-0006Ta-Gy for qemu-devel@nongnu.org; Thu, 16 Aug 2012 06:47:08 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7GAl770016370 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Aug 2012 06:47:07 -0400 From: Gerd Hoffmann Date: Thu, 16 Aug 2012 12:11:46 +0200 Message-Id: <1345111910-26791-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-1.2 0/4] usb bugfix patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, USB patch queue, carrying some bugfixes for qemu 1.2. please pull, Gerd Gerd Hoffmann (3): usb: async control xfer fixup usb: update uas product id ehci: fix Interrupt Threshold Control implementation Hans de Goede (1): ehci: Fix setting of halt bit from usbcmd register updates hw/usb/core.c | 1 + hw/usb/dev-uas.c | 2 +- hw/usb/hcd-ehci.c | 27 ++++++++++++++++++--------- hw/usb/host-linux.c | 1 + 4 files changed, 21 insertions(+), 10 deletions(-)