]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Fri, 3 Feb 2023 17:41:08 +0000 (09:41 -0800)
committerKaty Feng <fkaty@vmware.com>
Fri, 3 Feb 2023 17:41:08 +0000 (09:41 -0800)
open-vm-tools/lib/include/vm_device_version.h

index 990448a5c7073baa5fdd1e3fe272afb929aa3438..247a969c68b7316a83f275605b157b7d0d16c7f5 100644 (file)
@@ -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
 #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