On Fri, Apr 23, 2004 at 04:30:08PM -0700, Pete Zaitcev wrote:
> On Sat, 24 Apr 2004 01:07:19 +0200 (CEST) Jan Capek <[EMAIL PROTECTED]> wrote:
> > static void ftdi_set_termios (struct usb_serial_port *port, struct termios
> > *old_termios)
> > { /* ftdi_termios */
>
> > - /* FIXME -For this c
Pete,
yeah, I didn't like this statement either, the termios settings are being
tested similarly in 2.4 in serial.c though. The only difference is that
they don't check old_termios on being NULL.
I don't know how this transition stuff is handled in 2.6.x kernel though
as the whole tty layer archi
On Sat, 24 Apr 2004 01:07:19 +0200 (CEST)
Jan Capek <[EMAIL PROTECTED]> wrote:
> There it is, let me know what you think. This is what I wrote for 2.4.x
> kernel, it should apply cleanly against the latest 2.4.27-pre1.
OK at first glance, but one note:
> static void ftdi_set_termios (struct usb
John Wilkins wrote:
Hi,
I've just read your posting to the usb-devel list. I too have an FTDI
based device (my internet provider uses it - strange, I know). I have
been using the ftdi_sio driver but can't get it to work above around
400k bits / sec even though my internet service is 1Mbit/s.