Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit feb56a34 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti Committed by Stephen Boyd
Browse files

usb: gadget: Fix bug in serial driver RX path



If low_latency flag is set tty_flip_buffer_push() API push the data
to line discipline in the same context.  When line discipline buffer
reaches above/below threshold throttle/unthrottle.  TTY use termios
mutext to serialize throttle/unthrottle methods.  Replace tasklet
with work queue so that TTY can acquire mutex.  A dedicated worker
thread is created for achieving good throughput.

Change-Id: I1ebbe1c9fee5591dace18940fb5c8716829f2dd2
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@qualcomm.com>
parent 17b53ff0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment