From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWx14-0006Zb-Hq for qemu-devel@nongnu.org; Fri, 21 Apr 2006 10:53:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWx12-0006ZK-4R for qemu-devel@nongnu.org; Fri, 21 Apr 2006 10:53:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWx11-0006ZD-Sz for qemu-devel@nongnu.org; Fri, 21 Apr 2006 10:53:47 -0400 Received: from [24.93.47.41] (helo=ms-smtp-02.texas.rr.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWx2b-0005hc-8R for qemu-devel@nongnu.org; Fri, 21 Apr 2006 10:55:25 -0400 Received: from [192.168.0.11] (cpe-67-9-160-120.austin.res.rr.com [67.9.160.120]) by ms-smtp-02.texas.rr.com (8.13.4/8.13.4) with ESMTP id k3LEriii003868 for ; Fri, 21 Apr 2006 09:53:45 -0500 (CDT) Message-ID: <4448F1F6.4090609@austin.rr.com> Date: Fri, 21 Apr 2006 09:53:42 -0500 From: Lonnie Mendez MIME-Version: 1.0 Subject: Re: [Qemu-devel] Large USB patch References: <4447E811.1040403@gmx.de> In-Reply-To: <4447E811.1040403@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 nix.wie.weg@gmx.de wrote: >this patch breaks some things: >Sorry guys but I could not fix all of it, so I need your help, I didn't >want to destroy anybodys work, but the new api makes it necessary to >change some files: >1. usb-linux.c and usb-bsd.c will not work without adoption of the new api > > Looking at that now. >2. I did not test usb-hid and usb-hub > > There was a usb tablet device added recently. You may want to cvs up to account for that. >known problems: >1. under linux the uhci controller reports an error if no usb device is >connected > > The port registers on the uhci controller shows no appropriate response to an HCHALT command that is issued and so the hcd puts the controller into global suspend.