Re: [PATCH v4-real] cdc-acm: ensure that termios get set when the port is activated

2014-10-31 Thread Oliver Neukum
On Fri, 2014-10-31 at 12:45 +0100, Johan Hovold wrote: > On Thu, Oct 30, 2014 at 11:04:47AM -0400, Jim Paris wrote: > > The driver wasn't properly configuring the hardware for the current > > termios settings under all conditions. Ensure that termios are > > written to the device when the port is

Re: [PATCH v4-real] cdc-acm: ensure that termios get set when the port is activated

2014-10-31 Thread Johan Hovold
On Thu, Oct 30, 2014 at 11:04:47AM -0400, Jim Paris wrote: > The driver wasn't properly configuring the hardware for the current > termios settings under all conditions. Ensure that termios are > written to the device when the port is activated. > > Signed-off-by: Jim Paris Reviewed-by: Johan H

[PATCH v4-real] cdc-acm: ensure that termios get set when the port is activated

2014-10-30 Thread Jim Paris
The driver wasn't properly configuring the hardware for the current termios settings under all conditions. Ensure that termios are written to the device when the port is activated. Signed-off-by: Jim Paris --- Johan Hovold wrote: > On Thu, Oct 30, 2014 at 10:45:38AM -0400, Jim Paris wrote: > >