summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2014-06-18 20:06:31 +0530
committerRiham Haidar <rhaidar@nvidia.com>2014-06-23 22:50:42 -0700
commit6ecdad0fb50618b1be2fd5d34e9861360463a4e1 (patch)
treed5fa4350898e7872f8675e5c2dd0ad6dc7c78808 /include
parentf154ac8424e58dc7d814d8a536049772f6359e58 (diff)
Revert "extcon: palmas: make aca detection platform dependent"
This reverts commit aa55d35202b5895068bdf8eace842102bf134dab. Revert the change becasue it breaks the VUS and ID detection. With this change on some platforms, the VBUS and ID both are detected even only connnect the VBUS cable. This causes misbehaving of the drivers. bug 200013069 Change-Id: I8b10c9a7c1b0520c83118245a5e85c61e9777c81 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/424815 (cherry picked from commit 992d7b8c03b4787c4fa37a90804008eff4ce48b4) Reviewed-on: http://git-master/r/427032 GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/palmas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h
index 8285538c2508..791c361788e9 100644
--- a/include/linux/mfd/palmas.h
+++ b/include/linux/mfd/palmas.h
@@ -769,7 +769,6 @@ struct palmas_usb {
int wakeup;
bool enable_vbus_detection;
bool enable_id_detection;
- bool enable_aca_detection;
struct delayed_work cable_update_wq;
int cable_debounce_time;
int cur_cable_index;