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

Commit d1e4a407 authored by Chunfeng Yun's avatar Chunfeng Yun Committed by Felipe Balbi
Browse files

usb: mtu3: clear u1/u2_enable to 0 in mtu3_gadget_reset



when the device is reset by host, the status of u1_enable and
u2_enable should also be restored to default value.

Signed-off-by: default avatarChunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 8ba4ad48
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -728,5 +728,7 @@ void mtu3_gadget_reset(struct mtu3 *mtu)
	mtu->address = 0;
	mtu->ep0_state = MU3D_EP0_STATE_SETUP;
	mtu->may_wakeup = 0;
	mtu->u1_enable = 0;
	mtu->u2_enable = 0;
	mtu->delayed_status = false;
}