[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160715121435.GO8809@localhost>
Date: Fri, 15 Jul 2016 14:14:35 +0200
From: Johan Hovold <johan@...nel.org>
To: Mathieu OTHACEHE <m.othacehe@...il.com>
Cc: johan@...nel.org, gregkh@...uxfoundation.org,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 25/36] usb: serial: ti_usb_3410_5052: Check old_termios
parameter in set_termios
On Thu, May 12, 2016 at 10:48:57AM +0200, Mathieu OTHACEHE wrote:
> The old_termios parameter is never used in set_termios callback.
There we go. :)
> Add a check to old_termios to see if we can return right away because
> there is nothing to change.
> Add a check to old_termios CBAUD to see if we can set DTR/RTS because
> last speed was B0.
Try splitting that up in two patches.
> Also pass NULL for old_termios in open callback because it is the
> initial call to set_termios.
That's what you need to do of course (not change the prototype as I said
earlier).
Thanks,
Johan
Powered by blists - more mailing lists