summaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/extcon/extcon.c')
-rw-r--r--drivers/extcon/extcon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c
index ca1095b7b552..db8f0eeca7c9 100644
--- a/drivers/extcon/extcon.c
+++ b/drivers/extcon/extcon.c
@@ -66,6 +66,9 @@ static const char *extcon_name[] = {
/* connector orientation 0 - CC1, 1 - CC2 */
[EXTCON_USB_CC] = "USB-CC",
+ /* connector speed 0 - High Speed, 1 - Super Speed */
+ [EXTCON_USB_SPEED] = "USB-SPEED",
+
/* Display external connector */
[EXTCON_DISP_HDMI] = "HDMI",
[EXTCON_DISP_MHL] = "MHL",