From: John Wolfe Date: Thu, 20 May 2021 18:38:38 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b499fb2fcedc7b984510edf2ed0ea43fb0fe24;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_device_version.h b/open-vm-tools/lib/include/vm_device_version.h index b9fec3a02..80efb626b 100644 --- a/open-vm-tools/lib/include/vm_device_version.h +++ b/open-vm-tools/lib/include/vm_device_version.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998,2005-2012,2014-2020 VMware, Inc. All rights reserved. + * Copyright (C) 1998,2005-2012,2014-2021 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -362,6 +362,9 @@ /************* PrecisionClock implementation limits ********************/ #define MAX_PRECISIONCLOCK_DEVICES 1 +/************* DeviceGroup implementation limits ********************/ +#define MAX_DEVICE_GROUP_DEVICES 4 + /************* Strings for Host USB Driver *******************************/ #ifdef _WIN32