aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/extcon.h
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2016-08-05 17:49:23 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2016-08-08 11:17:23 +0900
commit9c0595d688e9deb337ff8901bb25281cdb19050b (patch)
treea02b4a4ce322e847ca0a422007b950c9a08da1bb /include/linux/extcon.h
parentextcon: Add EXTCON_DISP_DP and the property for USB Type-C (diff)
downloadwireguard-linux-9c0595d688e9deb337ff8901bb25281cdb19050b.tar.xz
wireguard-linux-9c0595d688e9deb337ff8901bb25281cdb19050b.zip
extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device
This patch adds the new EXTCON_DISP_HMD id for Head-mounted Display[1] device. The HMD device is usually for USB connector type So, the HMD connector has the two extcon types of both EXTCON_TYPE_DISP and EXTCON_TYPE_USB. [1] https://en.wikipedia.org/wiki/Head-mounted_display Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'include/linux/extcon.h')
-rw-r--r--include/linux/extcon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/extcon.h b/include/linux/extcon.h
index ad7a1606a7f3..e79b644f41a7 100644
--- a/include/linux/extcon.h
+++ b/include/linux/extcon.h
@@ -70,6 +70,7 @@
#define EXTCON_DISP_DVI 42 /* Digital Visual Interface */
#define EXTCON_DISP_VGA 43 /* Video Graphics Array */
#define EXTCON_DISP_DP 44 /* Display Port */
+#define EXTCON_DISP_HMD 45 /* Head-Mounted Display */
/* Miscellaneous external connector */
#define EXTCON_DOCK 60