From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mr5e0-0002Ls-6A for qemu-devel@nongnu.org; Fri, 25 Sep 2009 03:55:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mr5dv-0002J1-Hs for qemu-devel@nongnu.org; Fri, 25 Sep 2009 03:55:07 -0400 Received: from [199.232.76.173] (port=45490 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mr5dv-0002Iy-Es for qemu-devel@nongnu.org; Fri, 25 Sep 2009 03:55:03 -0400 Received: from mx20.gnu.org ([199.232.41.8]:30775) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mr5du-0001q3-Vl for qemu-devel@nongnu.org; Fri, 25 Sep 2009 03:55:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mr5du-0008B7-6b for qemu-devel@nongnu.org; Fri, 25 Sep 2009 03:55:02 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8P7t1QK007580 for ; Fri, 25 Sep 2009 03:55:01 -0400 Message-ID: <4ABC7752.7030401@redhat.com> Date: Fri, 25 Sep 2009 09:54:58 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <20090924154908.7b180029@doriath> In-Reply-To: <20090924154908.7b180029@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Luiz Capitulino Cc: qemu-devel@nongnu.org > """ > 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? 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. cheers, Gerd