UPSTREAM: usb: gadget: composite: Draw 100mA current if not configured
Currently we don't change the current value if device isn't in configured state. But in battery charging specification (section 1.2 and 1.4.13), it is mentioned that the device can draw up to 100mA of current if it's in unconfigured state. Hence add vbus draw work in composite_resume to draw 100mA if the device isn't configured. Signed-off-by:Prashanth K <quic_prashk@quicinc.com> Link: https://lore.kernel.org/r/1677217619-10261-3-git-send-email-quic_prashk@quicinc.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Bug: 272680990 (cherry picked from commit 2ae4e0de https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ usb-next) Change-Id: I51688c84f66d2d5e023b61444e03503092ef41d0 Signed-off-by:
Prashanth K <quic_prashk@quicinc.com>
Loading
Please sign in to comment