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

Commit cd934f03 authored by Todd Poynor's avatar Todd Poynor Committed by Amit Pundir
Browse files

ANDROID: power: power_supply: add POWER_SUPPLY_PROP_USB_OTG



Change-Id: Idfc6ef2e37d62aad6f26cc8eafa53db642cd352b
Signed-off-by: default avatarTodd Poynor <toddpoynor@google.com>
parent 314f5bb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -304,6 +304,7 @@ static struct device_attribute power_supply_attrs[] = {
	POWER_SUPPLY_ATTR(calibrate),
	/* Local extensions */
	POWER_SUPPLY_ATTR(usb_hc),
	POWER_SUPPLY_ATTR(usb_otg),
	/* Properties of type `const char *' */
	POWER_SUPPLY_ATTR(model_name),
	POWER_SUPPLY_ATTR(manufacturer),
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ enum power_supply_property {
	POWER_SUPPLY_PROP_CALIBRATE,
	/* Local extensions */
	POWER_SUPPLY_PROP_USB_HC,
	POWER_SUPPLY_PROP_USB_OTG,
	/* Properties of type `const char *' */
	POWER_SUPPLY_PROP_MODEL_NAME,
	POWER_SUPPLY_PROP_MANUFACTURER,