[PATCH] Add DCD line support to CP210x driver

2016-03-22 Thread Valentin Yakovenkov
arches for event sequences and handles all of DCD changes calling usb_serial_handle_dcd_change(...) Signed-off-by: Valentin Yakovenkov --- drivers/usb/serial/cp210x.c | 115 +++- 1 file changed, 114 insertions(+), 1 deletion(-) diff --git a/drivers/usb/seria

Re: [PATCH] Add DCD line support to CP210x driver

2016-03-23 Thread Valentin Yakovenkov
t usb-serial tree. 23.03.2016 19:25, Konstantin Shkolnyy пишет: >> -Original Message- >> From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb- >> ow...@vger.kernel.org] On Behalf Of Valentin Yakovenkov >> Sent: Tuesday, March 22, 2016 11:12 >> To: linux-usb

Re: [PATCH] Add DCD line support to CP210x driver

2016-03-23 Thread Valentin Yakovenkov
URB's via custom routine: cp210x_process_read_urb(...) searches for event sequences and handles all of DCD changes calling usb_serial_handle_dcd_change(...) Signed-off-by: Valentin Yakovenkov --- drivers/usb/serial/cp210x.c | 118 +++- 1 file changed,

Re: [PATCH] Add DCD line support to CP210x driver

2016-03-24 Thread Valentin Yakovenkov
om routine: cp210x_process_read_urb(...) searches for event sequences and handles all of DCD changes calling usb_serial_handle_dcd_change(...) Signed-off-by: Valentin Yakovenkov --- drivers/usb/serial/cp210x.c | 118 +++- 1 file changed, 117 insertions(+),