* [Qemu-devel] FTDI USB Serial Device as USB Device
@ 2008-10-23 10:37 Volkan YAZICI
2008-10-23 12:06 ` Samuel Thibault
0 siblings, 1 reply; 2+ messages in thread
From: Volkan YAZICI @ 2008-10-23 10:37 UTC (permalink / raw)
To: qemu-devel
Hi,
We have a serial temperature device that is connected to the machine via
a USB converter. When device gets plugged in, Linux recognizes the
device and binds it appropriately.
# dmesg | less
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. Any kind of help
will be really appreciated.
Regards.
P.S. qemu runs with "-usb -usbdevice tablet" options.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] FTDI USB Serial Device as USB Device
2008-10-23 10:37 [Qemu-devel] FTDI USB Serial Device as USB Device Volkan YAZICI
@ 2008-10-23 12:06 ` Samuel Thibault
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Thibault @ 2008-10-23 12:06 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-23 12:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 10:37 [Qemu-devel] FTDI USB Serial Device as USB Device Volkan YAZICI
2008-10-23 12:06 ` Samuel Thibault
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).