From 5496d0b40d8b82743e08ba1dd0dc59373056c3bf Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 2 May 2012 10:38:51 +0100 Subject: [PATCH] --- yaml --- r: 304072 b: refs/heads/master c: 0e1507c8453081c9a6a515b92f89dd00b68f5c09 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/extcon/extcon_class.c | 1 + trunk/include/linux/extcon.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8f74b7f108df..10a230177fc4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 18e9a971c7fb17dab079305a23af5bb57b0706b1 +refs/heads/master: 0e1507c8453081c9a6a515b92f89dd00b68f5c09 diff --git a/trunk/drivers/extcon/extcon_class.c b/trunk/drivers/extcon/extcon_class.c index 4657ad38164b..f598a700ec15 100644 --- a/trunk/drivers/extcon/extcon_class.c +++ b/trunk/drivers/extcon/extcon_class.c @@ -60,6 +60,7 @@ const char *extcon_cable_name[] = { [EXTCON_SPDIF_OUT] = "SPDIF-out", [EXTCON_VIDEO_IN] = "Video-in", [EXTCON_VIDEO_OUT] = "Video-out", + [EXTCON_MECHANICAL] = "Mechanical", NULL, }; diff --git a/trunk/include/linux/extcon.h b/trunk/include/linux/extcon.h index 6495f7731400..cdd401477656 100644 --- a/trunk/include/linux/extcon.h +++ b/trunk/include/linux/extcon.h @@ -66,6 +66,7 @@ enum extcon_cable_name { EXTCON_SPDIF_OUT, EXTCON_VIDEO_IN, EXTCON_VIDEO_OUT, + EXTCON_MECHANICAL, }; extern const char *extcon_cable_name[];