From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgxmG-00053u-63 for qemu-devel@nongnu.org; Sat, 31 Dec 2011 07:11:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgxmF-0004IC-AZ for qemu-devel@nongnu.org; Sat, 31 Dec 2011 07:11:08 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:59069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgxmE-0004I1-V5 for qemu-devel@nongnu.org; Sat, 31 Dec 2011 07:11:07 -0500 Message-ID: <4EFEFBDE.5060904@rdsoftware.de> Date: Sat, 31 Dec 2011 13:11:10 +0100 From: Erik Rull MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Mixed USB 1.1 and USB 2.0 on the same port List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, how can I use a USB 1.1 device on the USB 2.0 bus? Currently the EHCI implementation complains that the device is mismatches the USB version. I want to offer one root port for both USB 2.0 and USB 1.1 devices using usb-host,... Routings to the guest. Maybe only some parameters need to be added to the qemu commandline? Any hint would be helpful. Thanks. Best regards, Erik