Re: [PATCH] usb-serial:cp210x: add CP210x support to software flow control

2020-07-24 Thread Greg KH
On Fri, Jul 24, 2020 at 06:29:46PM +0800, Sheng Long Wang wrote: > From: Wang Sheng Long > > The cp210x driver lacks soft-flow function,so need and > this function. Why is this indented? And I do not quite understand this sentance, why is this needed? > > Signed-off-by: Wang Sheng Long >

[PATCH] usb-serial:cp210x: add CP210x support to software flow control

2020-07-24 Thread Sheng Long Wang
From: Wang Sheng Long The cp210x driver lacks soft-flow function,so need and this function. Signed-off-by: Wang Sheng Long --- drivers/usb/serial/cp210x.c | 110 +--- 1 file changed, 103 insertions(+), 7 deletions(-) diff --git a/drivers/usb/serial/cp210x.c