Re: [Qemu-devel] Re: [PATCH] USB serial device

2008-01-19 Thread Samuel Thibault
andrzej zaborowski, le Sat 19 Jan 2008 14:05:20 +0100, a écrit : > I applied the patch even though the old values worked ok too. The old values weren't in linux 2.6.12 for instance, and it looks like the new ones are the default ones for the FTDI builderr, so it should be fine now. > I also added

Re: [Qemu-devel] Re: [PATCH] USB serial device

2008-01-19 Thread andrzej zaborowski
Hi, On 17/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > andrzej zaborowski, le Thu 17 Jan 2008 23:25:04 +0100, a écrit : > > Thanks, committed although I hoped for something that lets easily test > > that the adapter works, e.g. so that after a usb_add serial:...:stdio > > you can do cat /

Re: [Qemu-devel] Re: [PATCH] USB serial device

2008-01-17 Thread Samuel Thibault
andrzej zaborowski, le Thu 17 Jan 2008 23:25:04 +0100, a écrit : > Thanks, committed although I hoped for something that lets easily test > that the adapter works, e.g. so that after a usb_add serial:...:stdio > you can do cat /dev/ttyXXXN in the guest and see what's being typed on > qemu's stdin.

Re: [Qemu-devel] Re: [PATCH] USB serial device

2008-01-17 Thread andrzej zaborowski
On 17/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > andrzej zaborowski, le Thu 17 Jan 2008 15:09:54 +0100, a écrit : > > On 13/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > > > Samuel Thibault, le Sun 13 Jan 2008 01:55:56 +, a écrit : > > > > Here is an updated version, that tak

Re: [Qemu-devel] Re: [PATCH] USB serial device

2008-01-17 Thread Samuel Thibault
andrzej zaborowski, le Thu 17 Jan 2008 15:09:54 +0100, a écrit : > On 13/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > > Samuel Thibault, le Sun 13 Jan 2008 01:55:56 +, a écrit : > > > Here is an updated version, that takes parameters, so as to be able to > > > notably provide the produ

Re: [Qemu-devel] Re: [PATCH] USB serial device

2008-01-17 Thread andrzej zaborowski
On 13/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > Samuel Thibault, le Sun 13 Jan 2008 01:55:56 +, a écrit : > > Here is an updated version, that takes parameters, so as to be able to > > notably provide the product ID. Can you provide a patch to the .texi docs some time, to document

[Qemu-devel] Re: [PATCH] USB serial device

2008-01-13 Thread Samuel Thibault
Hello, Samuel Thibault, le Sun 13 Jan 2008 01:55:56 +, a écrit : > Samuel Thibault, le Fri 11 Jan 2008 11:09:23 +, a écrit : > > Samuel Thibault, le Fri 11 Jan 2008 00:23:12 +, a écrit : > > > I would like to implement support for braille devices, and for this I'd > > > need to first i

[Qemu-devel] Re: [PATCH] USB serial device

2008-01-12 Thread Samuel Thibault
Hello, Samuel Thibault, le Fri 11 Jan 2008 11:09:23 +, a écrit : > Samuel Thibault, le Fri 11 Jan 2008 00:23:12 +, a écrit : > > I would like to implement support for braille devices, and for this I'd > > need to first implement a USB serial device (FTDI chip). Has anybody > > worked on t