USB: ark3116: Add TIOCGSERIAL and TIOCSSERIAL ioctl calls.
authorWerner Lemberg <wl@gnu.org>
Tue, 18 Jul 2006 15:00:52 +0000 (17:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:49 +0000 (11:58 -0700)
commit2f430b4bbae7faa167730f954252eb7db4ac58dd
treefa3cbccf8fc63040eb384153aed4d02905aeb0e0
parentbfb2c965d669045b7629fd577b7834c87c2dfd54
USB: ark3116: Add TIOCGSERIAL and TIOCSSERIAL ioctl calls.

Add (dummy?) support for TIOCGSERIAL and TIOCSSERIAL ioctl calls to the USB
serial driver file `ark3116.c'.  This is sufficient for me to run wvdial
successfully, receive my email, and do webbrowsing with firefox.  On the
other hand, running the cvs program to update archives seems not to work,
and the traceroute command sometimes says

  send failed: No buffer space available

Looks like a buffering problem...  My knowledge of serial device drivers is
zero, so I can't fix this -- I just did a cut'n'paste from other USB serial
drivers...

Signed-off-by: Werner Lemberg <wl@gnu.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ark3116.c