From: John Wolfe Date: Tue, 22 Dec 2020 20:22:03 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c15a5dd7ea13adee0774298d837fc3e712be910;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h index a5a7ad5ec..93848accf 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h @@ -77,6 +77,7 @@ typedef enum { UNITY_CAP_DISABLE_MOUSE_BUTTON_SWAPPING = 32, // supports disabling mouse button swapping UNITY_CAP_CARET_POSITION = 33, // supports sending caret position updates CAP_GUESTSTORE_UPGRADE = 34, // supports tools upgrade from GuestStore + CAP_DEVICE_HELPER = 35, // supports tools device helper for Windows guests } GuestCapabilities; typedef struct { @@ -141,6 +142,7 @@ static GuestCapElem guestCapTable[] = { * don't define VMDB schema for it and don't store it in VMDB. */ { CAP_GUESTSTORE_UPGRADE, NULL, NULL }, + { CAP_DEVICE_HELPER, NULL, NULL }, }; // clang-format on