From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoZcT-00005m-P3 for qemu-devel@nongnu.org; Wed, 12 Nov 2014 10:14:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoZcM-0004xL-JO for qemu-devel@nongnu.org; Wed, 12 Nov 2014 10:14:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoZcM-0004xB-C7 for qemu-devel@nongnu.org; Wed, 12 Nov 2014 10:13:58 -0500 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 sACFDv3V022540 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 12 Nov 2014 10:13:57 -0500 From: Gerd Hoffmann Date: Wed, 12 Nov 2014 16:13:50 +0100 Message-Id: <1415805233-9050-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.2 0/3] usb bugfixes for 2.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, usb patch queue with three little fixes. please pull, Gerd The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20141112-1 for you to fetch changes up to 79ae25af1569a50a0ec799901a1bb280c088f121: usb-host: fix usb_host_speed_compat tyops (2014-11-12 15:27:23 +0100) ---------------------------------------------------------------- usb bugfixes for 2.2 ---------------------------------------------------------------- Chris Johns (1): Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing just the needed value as a defined. Gerd Hoffmann (2): xhci: add sanity checks to xhci_lookup_uport usb-host: fix usb_host_speed_compat tyops hw/usb/hcd-xhci.c | 9 +++++++++ hw/usb/host-libusb.c | 12 +++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-)