Re: [PATCH v3 2/2] USB: serial: cp210x: Proper RTS control when buffers fill

2020-08-17 Thread Johan Hovold
On Mon, Aug 17, 2020 at 09:24:05AM +0700, Phú Lưu An wrote: > Hi Johan, > > My customer asked me when this patch is applied to the community. So, could > you please tell me when it appears in a various distributions? You'll have to ask the distributions about that. The patch in question is in

Re: [PATCH v3 2/2] USB: serial: cp210x: Proper RTS control when buffers fill

2020-07-06 Thread Johan Hovold
On Fri, Jun 26, 2020 at 09:42:06AM +0200, Johan Hovold wrote: > On Fri, Jun 26, 2020 at 04:24:20AM +, Phu Luu wrote: > > From: Brant Merryman > > > > CP210x hardware disables auto-RTS but leaves auto-CTS when > > in hardware flow control mode and UART on cp210x hardware > > is disabled. This

Re: [PATCH v3 2/2] USB: serial: cp210x: Proper RTS control when buffers fill

2020-06-26 Thread Johan Hovold
On Fri, Jun 26, 2020 at 04:24:20AM +, Phu Luu wrote: > From: Brant Merryman > > CP210x hardware disables auto-RTS but leaves auto-CTS when > in hardware flow control mode and UART on cp210x hardware > is disabled. This allows data to flow out, but new data > will not come into the port. When

[PATCH v3 2/2] USB: serial: cp210x: Proper RTS control when buffers fill

2020-06-25 Thread Phu Luu
From: Brant Merryman CP210x hardware disables auto-RTS but leaves auto-CTS when in hardware flow control mode and UART on cp210x hardware is disabled. This allows data to flow out, but new data will not come into the port. When re-opening the port, if auto-CTS is enabled on the cp210x, then

Re: [PATCH v3 2/2] USB: serial: cp210x: Proper RTS control when buffers fill

2020-06-24 Thread gre...@linuxfoundation.org
On Wed, Jun 24, 2020 at 07:03:04AM +, Phu Luu wrote: > CP210x hardware disables auto-RTS but leaves auto-CTS when > in hardware flow control mode and UART on cp210x hardware > is disabled. This allows data to flow out, but new data > will not come into the port. When re-opening the port, if >