summaryrefslogtreecommitdiff
path: root/include/linux/power
diff options
context:
space:
mode:
authorRakesh Bodla <rbodla@nvidia.com>2014-05-29 18:00:18 +0530
committerRiham Haidar <rhaidar@nvidia.com>2014-06-06 13:16:46 -0700
commite2222043ebacbba2a5edba29d192f296485e675a (patch)
treed81f4d3171c8d46ad3a7b2e1500d31877c0350e8 /include/linux/power
parenteff10a85c8f7e0d115b4e8ff418a10fba90cd6ec (diff)
power: extcon: register for y-cable extcon dev
Register to otg extcon dev for y-cable notification. Bug 200004368 Bug 1456628 Change-Id: Ie63e29b90885ef713b96d30d05fedbbb89d3cd30 Signed-off-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-on: http://git-master/r/416656 (cherry picked from commit 350fe59088ec3016cff15b1627ca26dcaa659919) Reviewed-on: http://git-master/r/418864 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'include/linux/power')
-rw-r--r--include/linux/power/power_supply_extcon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/power/power_supply_extcon.h b/include/linux/power/power_supply_extcon.h
index ff8621b8f376..e125f3830c25 100644
--- a/include/linux/power/power_supply_extcon.h
+++ b/include/linux/power/power_supply_extcon.h
@@ -1,7 +1,7 @@
/*
* power_supply_extcon: Power supply detection through extcon.
*
- * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2014, NVIDIA CORPORATION. All rights reserved.
* Laxman Dewangan <ldewangan@nvidia.com>
*
* This program is free software; you can redistribute it and/or modify
@@ -24,6 +24,7 @@
struct power_supply_extcon_plat_data {
const char *extcon_name;
+ const char *y_cable_extcon_name;
};
#endif