Blame SOURCES/0026-main-add-a-few-missing-vdagent-capability-descriptio.patch

542743
From 8d60d4fc3fe0bd620f216091b24bbb8b72bb055a Mon Sep 17 00:00:00 2001
542743
From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com>
542743
Date: Mon, 17 Aug 2020 14:36:05 +0400
542743
Subject: [PATCH] main: add a few missing vdagent capability descriptions
542743
542743
Acked-by: Frediano Ziglio <fziglio@redhat.com>
542743
---
542743
 src/channel-main.c | 2 ++
542743
 1 file changed, 2 insertions(+)
542743
542743
diff --git a/src/channel-main.c b/src/channel-main.c
542743
index 3dd94a2..671716a 100644
542743
--- a/src/channel-main.c
542743
+++ b/src/channel-main.c
542743
@@ -222,6 +222,8 @@ static const char *agent_caps[] = {
542743
     [ VD_AGENT_CAP_AUDIO_VOLUME_SYNC   ] = "volume-sync",
542743
     [ VD_AGENT_CAP_MONITORS_CONFIG_POSITION ] = "monitors config position",
542743
     [ VD_AGENT_CAP_FILE_XFER_DISABLED ] = "file transfer disabled",
542743
+    [ VD_AGENT_CAP_FILE_XFER_DETAILED_ERRORS ] = "file transfer detailed errors",
542743
+    [ VD_AGENT_CAP_GRAPHICS_DEVICE_INFO ] = "graphics device info",
542743
     [ VD_AGENT_CAP_CLIPBOARD_NO_RELEASE_ON_REGRAB ] = "no release on re-grab",
542743
     [ VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL ] = "clipboard grab serial",
542743
 };
542743
-- 
542743
2.28.0
542743