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

Skip to content
Commit 4bb23a1d authored by Shimrit Malichi's avatar Shimrit Malichi Committed by Stephen Boyd
Browse files

usb: gadget: rmenet: Remove QTI block on usb cable disconnection



QTI (Qualcomm Tethering Interface) is a user space module that transfers
control packets between USB and modem.

On usb cable disconnection QTI was blocked, and didn't receive a
notification on the cable disconnection, so QTI couldn't notify the modem
on this event as well. Once we connect the USB cable the QTI receive both
disconnect message and connect message and notify the modem. Since the
modem couldn't handle those event consecutively, the connect event got
lost.

By this fix, we don't block the QTI on cable disconnection, so USB will
notify QTI on the disconnection leaving it and the modem enough time to
handle the disconnection event.

CRs-Fixed: 464298
Change-Id: I212b316e6aee1753f2f7f1bb9258653fa9d9bf41
Signed-off-by: default avatarShimrit Malichi <smalichi@codeaurora.org>
parent 65a3b3dc
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