All of lore.kernel.org
 help / color / mirror / Atom feed
* finding out the attached device current requirement
@ 2011-03-03  8:52 Pavan Kondeti
  2011-03-03  9:45 ` Felipe Balbi
  0 siblings, 1 reply; 3+ messages in thread
From: Pavan Kondeti @ 2011-03-03  8:52 UTC (permalink / raw)
  To: linux-usb@vger.kernel.org; +Cc: linux-arm-msm@vger.kernel.org

Hi

I am adding ACA (Accessory Charger Adapter) detection support for MSM
OTG driver. Battery charging spec introduced ACA to facilitate charging
when acting as a host. The host does not have to supply power on VBUS
when ACA is connected. Host device can also draw some amount of current.
The amount of current is determined by subtracting the attached
peripheral current requirement from the charger rating current. I am
looking for a way to find out the attached peripheral's current
requirement. We already DEVICE_ADD and DEVICE_REMOVE notifications. But
we can not assume that device will be configured by the time DEVICE_ADD
notification is sent. And also there is a possibility that configuration
change request from use. Is it a good idea to add DEVICE_CONFIG_CHANGE
notification to solve this problem?

Thanks,
Pavan

-- 
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

end of thread, other threads:[~2011-03-03 11:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03  8:52 finding out the attached device current requirement Pavan Kondeti
2011-03-03  9:45 ` Felipe Balbi
2011-03-03 11:31   ` Pavan Kondeti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.