Linux USB
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Fix vbus draw of dwc3 gadget
@ 2023-02-23  5:18 Prashanth K
  2023-02-23  5:18 ` [PATCH v1 1/2] usb: dwc3: gadget: Change condition for processing suspend event Prashanth K
  2023-02-23  5:18 ` [PATCH v1 2/2] usb: gadget: composite: Draw 100mA current if not configured Prashanth K
  0 siblings, 2 replies; 5+ messages in thread
From: Prashanth K @ 2023-02-23  5:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Thinh Nguyen, Jakob Koschel,
	Jó Ágila Bitsch, Alan Stern
  Cc: Pratham Pratap, Jack Pham, linux-usb, linux-kernel, Prashanth K

Currently dwc3 gadget processes the suspend interrupt event only
if the device is in configured state. But consider a case where
device is not configured and got suspend interrupt, in that case
our gadget would still use 100mA as composite_suspend didn't happen.
But battery charging specification (BC1.2) expects a downstream
device to draw less than 2.5mA when unconnected OR suspended.

And while resuming, the gadget can draw upto 100mA if its not
configured, but the current implementation of composite_resume
doesnt consider the case of unconfigured device. This series
addresses the above mentioned issues.

Prashanth K (2):
  usb: dwc3: gadget: Change condition for processing suspend event
  usb: gadget: composite: Draw 100mA current if not configured

 drivers/usb/dwc3/gadget.c      | 11 ++---------
 drivers/usb/gadget/composite.c |  2 ++
 2 files changed, 4 insertions(+), 9 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-23  8:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23  5:18 [PATCH v1 0/2] Fix vbus draw of dwc3 gadget Prashanth K
2023-02-23  5:18 ` [PATCH v1 1/2] usb: dwc3: gadget: Change condition for processing suspend event Prashanth K
2023-02-23  5:18 ` [PATCH v1 2/2] usb: gadget: composite: Draw 100mA current if not configured Prashanth K
2023-02-23  7:33   ` Jack Pham
2023-02-23  8:22     ` Prashanth K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox