aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-tuna.h
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2012-05-21 18:48:55 -0700
committerGreg Hackmann <ghackmann@google.com>2012-05-22 13:42:12 -0700
commitaa78a4ebf68063108e150736de2ccad925a855a4 (patch)
tree0e080bef0f3ace8e059ef2bc643e9148f902b9d3 /arch/arm/mach-omap2/board-tuna.h
parent1536e74c5a7c9ec400e51e9eab7af8940cc1d9d8 (diff)
downloadkernel_samsung_tuna-aa78a4ebf68063108e150736de2ccad925a855a4.zip
kernel_samsung_tuna-aa78a4ebf68063108e150736de2ccad925a855a4.tar.gz
kernel_samsung_tuna-aa78a4ebf68063108e150736de2ccad925a855a4.tar.bz2
ARM: omap4: tuna: attach to USB when MHL negotiation fails
Some buggy MHL docks start the detection process, but do not respond to devcap reads if HDMI is disconnected. MHL detection may also be falsely triggered by a glitchy connection. In these cases, attach to USB so charging can still happen. Change-Id: Ia06dd088375fdcd6f598b6c94249a1e5814d7998 Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-tuna.h')
-rw-r--r--arch/arm/mach-omap2/board-tuna.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-tuna.h b/arch/arm/mach-omap2/board-tuna.h
index 619da15..eb8831e 100644
--- a/arch/arm/mach-omap2/board-tuna.h
+++ b/arch/arm/mach-omap2/board-tuna.h
@@ -27,6 +27,7 @@
#define TUNA_OTG_ID_POGO_PRIO INT_MIN
#define TUNA_OTG_ID_FSA9480_PRIO (INT_MIN + 1)
#define TUNA_OTG_ID_SII9234_PRIO (INT_MIN + 2)
+#define TUNA_OTG_ID_SII9234_FAILED_PRIO (INT_MIN + 3)
#define TUNA_OTG_ID_FSA9480_LAST_PRIO INT_MAX
int omap4_tuna_get_revision(void);