From 39b499fb2fcedc7b984510edf2ed0ea43fb0fe24 Mon Sep 17 00:00:00 2001 From: John Wolfe Date: Thu, 20 May 2021 11:38:38 -0700 Subject: [PATCH] Common header file change not applicable to open-vm-tools. --- open-vm-tools/lib/include/vm_device_version.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3