From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZg90-0006HJ-Jk for qemu-devel@nongnu.org; Fri, 28 Apr 2006 23:29:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZg8z-0006FO-80 for qemu-devel@nongnu.org; Fri, 28 Apr 2006 23:29:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZg8z-0006FL-2H for qemu-devel@nongnu.org; Fri, 28 Apr 2006 23:29:17 -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 1FZgCG-0001Sr-17 for qemu-devel@nongnu.org; Fri, 28 Apr 2006 23:32:40 -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 k3T3TEJg026099 for ; Fri, 28 Apr 2006 22:29:15 -0500 (CDT) Message-ID: <4452DD84.8090707@austin.rr.com> Date: Fri, 28 Apr 2006 22:29:08 -0500 From: Lonnie Mendez MIME-Version: 1.0 Subject: Re: [Qemu-devel] Large USB patch References: <4447E811.1040403@gmx.de> <4448F1F6.4090609@austin.rr.com> <4448FF3F.3030009@austin.rr.com> <44490614.50406@austin.rr.com> <44490852.2080608@gmx.de> <44491659.30804@austin.rr.com> <44491F0A.2090608@austin.rr.com> <444926AC.3070104@austin.rr.com> <44494596.3070808@austin.rr.com> <4449F860.1060809@gmx.de> <444A3F7E.6070107@austin.rr.com> <444A5336.4040102@gmx.de> <444A578E.6000702@austin.rr.com> <444A5B65.8010104@gmx.de> <444AF6B7.1030606@austin.rr.com> <4452BB67.8080902@austin.rr.com> In-Reply-To: <4452BB67.8080902@austin.rr.com> 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 Ran into this as well when testing a gps device. Looking at hw/usb.c and usb_20 8.5.3 now. frame 1346: pid=OUT addr=0x03 ep=2 len=1 data_out= 30 usb_generic_handle_data(): handle setup usb.c: usb_generic_handle_data, send more than oneconfig paket out not implemented yet - FIXME frame 1346: pid=SETUP addr=0x03 ep=0 len=8 data_out= 21 09 00 03 00 00 08 00 usb_generic_handle_setup(): New setup Token ret=8 uhci readw port=0x0002 val=0x0001 uhci writew port=0x0002 val=0x0001 uhci readw port=0x0006 val=0x0543 frame 1347: pid=OUT addr=0x03 ep=2 len=1 data_out= 30 usb_generic_handle_data(): handle setup usb.c: usb_generic_handle_data, send more than oneconfig paket out not implemented yet - FIXME Is it intentional that once the hub is added it can't be removed?