From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrAHr-0002bB-Li for qemu-devel@nongnu.org; Fri, 25 Sep 2009 08:52:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrAHm-0002W0-Gb for qemu-devel@nongnu.org; Fri, 25 Sep 2009 08:52:34 -0400 Received: from [199.232.76.173] (port=36274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrAHm-0002Vn-9D for qemu-devel@nongnu.org; Fri, 25 Sep 2009 08:52:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8387) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrAHl-0005f3-Nq for qemu-devel@nongnu.org; Fri, 25 Sep 2009 08:52:30 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8PCqSwT028773 for ; Fri, 25 Sep 2009 08:52:28 -0400 Date: Fri, 25 Sep 2009 09:52:18 -0300 From: Luiz Capitulino Message-ID: <20090925095218.4898025b@doriath> In-Reply-To: <4ABC7752.7030401@redhat.com> References: <20090924154908.7b180029@doriath> <4ABC7752.7030401@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: qdev: USB is not working List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Fri, 25 Sep 2009 09:54:58 +0200 Gerd Hoffmann wrote: > > """ > > husb: open device 1.5 > > usb_create: no bus specified, using "usb.0" for "USB Host Device" > > husb: config #1 need -1 > > USBDEVFS_DISCONNECT: Invalid argument > > """ > > > > I've tried different devices, as I thought this was a problem with > > my box, but got the same problem.. > > Looks like you are trying to pass through host devices, correct? Yes. > Hooking up virtual mass storage / mouse / tabled works fine, so it is > probably a bug somewhere in usb-linux.c. I'll have a look later today. Ok, just to clarify: I found those commits with 'git bisect'. Thanks.