From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsyxV-0007aD-W7 for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:06:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsyxT-0007Xs-OX for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:06:33 -0400 Received: from [199.232.76.173] (port=43441 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsyxT-0007Xk-KW for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:06:31 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:41311) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KsyxT-0001Mr-8g for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:06:31 -0400 Received: from samy by const.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1Ksyx9-0003oL-D7 for qemu-devel@nongnu.org; Thu, 23 Oct 2008 14:06:11 +0200 Date: Thu, 23 Oct 2008 14:06:11 +0200 From: Samuel Thibault Subject: Re: [Qemu-devel] FTDI USB Serial Device as USB Device Message-ID: <20081023120611.GE5073@const.bordeaux.inria.fr> References: <87ljwf7g23.fsf@alamut.mobiliz.com.tr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87ljwf7g23.fsf@alamut.mobiliz.com.tr> 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 Volkan YAZICI, le Thu 23 Oct 2008 13:37:40 +0300, a écrit : > usbcore: registered new driver usbhid > drivers/usb/input/hid-core.c: v2.6:USB HID core driver > usbcore: registered new driver usbserial > drivers/usb/serial/usb-serial.c: USB Serial support registered for generic > usbcore: registered new driver usbserial_generic > drivers/usb/serial/usb-serial.c: USB Serial Driver core > drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Serial Device > ftdi_sio 1-2:1.0: FTDI USB Serial Device converter detected > drivers/usb/serial/ftdi_sio.c: Detected FT232BM > usb 1-2: FTDI USB Serial Device converter now attached to ttyUSB0 > usbcore: registered new driver ftdi_sio > drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver > > But the problem is that this device should have been recognized by the > Microsoft Windows (running by qemu) as a USB device. I guess what you want is USB passthrough: -usbdevice host:0403:6001 for instance. Samuel