]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2541f0ce8fc0d7f66e251763b7c8a4674c7af889
treefa3cbccf8fc63040eb384153aed4d02905aeb0e0
parent70730bcc1cc43da2e4ae91bad6c94eaa5752cf5b
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