From: Katy Feng Date: Fri, 3 Feb 2023 17:41:08 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3232ed80db1af22c9906d78d12804681dc23fbfd;p=thirdparty%2Fopen-vm-tools.git Change to common header file 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 990448a5c..247a969c6 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-2022 VMware, Inc. All rights reserved. + * Copyright (C) 1998,2005-2012,2014-2023 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 @@ -359,6 +359,10 @@ #define NUM_SERIAL_PORTS 32 #define NUM_PARALLEL_PORTS 3 +/************* USB host controller limits ********************/ +#define USB_EHCI_MAX_CONTROLLERS 1 +#define USB_XHCI_MAX_CONTROLLERS 1 +#define USB_MAX_DEVICES_PER_HOST_CTRL 20 /************* Strings for Host USB Driver *******************************/ #ifdef _WIN32