]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Thu, 8 Sep 2022 21:51:39 +0000 (14:51 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 8 Sep 2022 21:51:39 +0000 (14:51 -0700)
open-vm-tools/lib/include/vm_device_version.h

index d55141a75e3a4480658ed450626101f9762773de..0e56897a1db870235ae7a8c5b260ed7deb40add6 100644 (file)
 /************* 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