From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkxLz-0006ql-V0 for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkxLy-0007EZ-Q3 for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:37:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkxLy-0007EU-J1 for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:37:02 -0500 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 (8.14.4/8.14.4) with ESMTP id qBIDb1Oe023358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 18 Dec 2012 08:37:01 -0500 Message-ID: <50D0717B.7040103@redhat.com> Date: Tue, 18 Dec 2012 14:36:59 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1355492147-5023-1-git-send-email-hdegoede@redhat.com> <1355492147-5023-27-git-send-email-hdegoede@redhat.com> In-Reply-To: <1355492147-5023-27-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 26/26] usbredir: Add support for buffered bulk input List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org Hi, Added patches 1-25 to the usb queue (using v2 of patch 10). > hw/usb/redirect-ftdi-ids.h | 1255 ++++++++++++++++++++++++++++++++++++++++++ > hw/usb/redirect-pl2303-ids.h | 150 +++++ > hw/usb/redirect-usb-ids.h | 910 ++++++++++++++++++++++++++++++ Where does this come from? Linux kernel I guess? What is the procedure to update them? I also think this shouldn't be tied to redir, I think it is better to have a hw/usb/quirks.c file where the device id database and helper functions to match devices against the list are living. cheers, Gerd