summaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c
index a8fc02e..9b3ae8c 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -450,7 +450,15 @@ TargetTypeEntry targetTypeTable[] = {
ATTRIBUTE_TYPE_3D_VISION_PRO_TRANSCEIVER, /* permission_bit */
NV_FALSE, /* uses_display_devices */
1, 25 }, /* required major,minor protocol rev */
-
+
+ { "Display Device", /* name */
+ "dpy", /* parsed_name */
+ DISPLAY_TARGET, /* target_index */
+ NV_CTRL_TARGET_TYPE_DISPLAY, /* nvctrl */
+ ATTRIBUTE_TYPE_DISPLAY, /* permission_bit */
+ NV_FALSE, /* uses_display_devices */
+ 1, 27 }, /* required major,minor protocol rev */
+
{ NULL, NULL, 0, 0, 0 },
};