From: John Wolfe Date: Thu, 8 Sep 2022 21:51:39 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.2.0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7066a131959f212a71e678f7538159b5f421ffc1;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 d55141a75..0e56897a1 100644 --- a/open-vm-tools/lib/include/vm_device_version.h +++ b/open-vm-tools/lib/include/vm_device_version.h @@ -354,6 +354,10 @@ /************* DeviceGroup implementation limits ********************/ #define MAX_DEVICE_GROUP_DEVICES 4 +/************* Serial/Parallel Ports limits ********************/ +#define NUM_SERIAL_PORTS 32 +#define NUM_PARALLEL_PORTS 3 + /************* Strings for Host USB Driver *******************************/ #ifdef _WIN32