From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54897 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFmr9-000452-G5 for qemu-devel@nongnu.org; Tue, 09 Nov 2010 06:59:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFmjE-00016M-8f for qemu-devel@nongnu.org; Tue, 09 Nov 2010 06:52:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFmjE-00016A-1k for qemu-devel@nongnu.org; Tue, 09 Nov 2010 06:51:08 -0500 Message-ID: <4CD935A8.109@redhat.com> Date: Tue, 09 Nov 2010 12:51:04 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1289233570-6529-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1289233570-6529-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/3] usb-linux do not send unnecessary GET_CONFIGURATION List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: spice-devel@lists.freedesktop.org, qemu-devel@nongnu.org Hi, > It failed at the first device I threw at it (a usb keychain picture frame), > the problem is that this (el cheapo) device does not seem to grok > GET_CONFIGURATION. This patch sets makes this device work (and stops qemu > from unnecessary sending a GET_CONFIGURATION ctrl msg in general) by > reading this value directly from sysfs. Patches look good to me. Acked-by: Gerd Hoffmann cheers, Gerd