From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjX0E-0006HM-K3 for qemu-devel@nongnu.org; Thu, 21 Nov 2013 11:21:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjX07-0004xy-NG for qemu-devel@nongnu.org; Thu, 21 Nov 2013 11:21:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjX07-0004xi-FZ for qemu-devel@nongnu.org; Thu, 21 Nov 2013 11:21:07 -0500 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 rALGL5uK015599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 21 Nov 2013 11:21:05 -0500 From: Hans de Goede Date: Thu, 21 Nov 2013 17:20:59 +0100 Message-Id: <1385050862-6535-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] usb-host-libusb: streams support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Hi Gerd, Here is a new version of the 3 patches to add streams support to usb-host-libusb, with the error when building with an older libusbx fixed. Thanks & Regards, Hans