]> git.baikalelectronics.ru Git - kernel.git/commit
revert "keyspan: init termios properly"
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 29 Nov 2007 00:21:54 +0000 (16:21 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 29 Nov 2007 17:24:54 +0000 (09:24 -0800)
commitbafeb66b0c901e0d6c0c92006403a73bfc1214f9
tree3a49be1fd5770753a647f26516087e018538001a
parentc2b68157a8e10263c335dd4a57a79199e122ea69
revert "keyspan: init termios properly"

Revert 12a6ce5fb01e8597843df38e18f8b3dbd07b1754.

Lucy said:

  This patch will work with the 19HS but WILL BREAK all other Keyspan
  adapters.  It will take me a few days to get to looking at a correct fix but
  that keyspan_send_setup(port, 1) (and the '1' is the important part) must
  happen once when the port is first opened.  The cflag can just be set to
  whatever the normal default is for your serial environment.

So revert this again pending the proper fix.

Cc: Borislav Petkov <bbpetkov@yahoo.de>
Cc: Greg KH <greg@kroah.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Lucy McCoy <lucy@keyspan.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/serial/keyspan.c