From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSvn9-00009f-Ei for qemu-devel@nongnu.org; Tue, 12 Aug 2008 11:28:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSvn8-00007m-LD for qemu-devel@nongnu.org; Tue, 12 Aug 2008 11:28:10 -0400 Received: from [199.232.76.173] (port=43473 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSvn8-00007K-1i for qemu-devel@nongnu.org; Tue, 12 Aug 2008 11:28:10 -0400 Received: from hera.kernel.org ([140.211.167.34]:44123) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KSvn7-0007Zo-HH for qemu-devel@nongnu.org; Tue, 12 Aug 2008 11:28:09 -0400 Received: from [10.0.0.100] (adsl-75-11-184-231.dsl.sndg02.sbcglobal.net [75.11.184.231]) (authenticated bits=0) by hera.kernel.org (8.14.2/8.13.8) with ESMTP id m7CFNRbN011708 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 12 Aug 2008 15:23:33 GMT Message-ID: <48A1AAE9.4000708@kernel.org> Date: Tue, 12 Aug 2008 08:23:21 -0700 From: Max Krasnyansky MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Recent USB patches Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Folks, Any comments on the USB patches that I sent recently ? I'm talking about this stuff: [PATCH] Support for USB host device auto connect [PATCH] Support for USB host device auto disconnect [PATCH] Generic packet handler cleanup and documentation [PATCH] Extra debugging for Linux USB host I have more USB patches coming, which include fully async isoc and bulk and more. But I wanted to get some feedback on the simpler stuff first. Max