From: John Wolfe Date: Tue, 18 Aug 2020 14:14:11 +0000 (-0700) Subject: Changes to common header files not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab170d03516705690ec347ba4c0ffbf5338f42a;p=thirdparty%2Fopen-vm-tools.git Changes to common header files not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/loglevel_user.h b/open-vm-tools/lib/include/loglevel_user.h index 1c16c2394..ba8fd14ac 100644 --- a/open-vm-tools/lib/include/loglevel_user.h +++ b/open-vm-tools/lib/include/loglevel_user.h @@ -45,6 +45,7 @@ LOGLEVEL_VAR(keyboard), \ LOGLEVEL_VAR(vmmouse), \ LOGLEVEL_VAR(timer), \ + LOGLEVEL_VAR(sbx), \ LOGLEVEL_VAR(vga), \ LOGLEVEL_VAR(svga), \ LOGLEVEL_VAR(svga_rect), \ diff --git a/open-vm-tools/lib/include/vm_device_version.h b/open-vm-tools/lib/include/vm_device_version.h index ebcc93805..4779c5fe9 100644 --- a/open-vm-tools/lib/include/vm_device_version.h +++ b/open-vm-tools/lib/include/vm_device_version.h @@ -43,6 +43,7 @@ #define PCI_DEVICE_ID_LSISAS1068 0x0054 /* Our own PCI IDs + * VMware SBX (Sandbox device for graphics driver VM) * VMware SVGA II (Unified VGA) * VMware SVGA (PCI Accelerator) * VMware vmxnet (Idealized NIC) @@ -54,6 +55,7 @@ * VMware HD Audio controller */ #define PCI_VENDOR_ID_VMWARE 0x15AD +#define PCI_DEVICE_ID_VMWARE_SBX 0x0420 #define PCI_DEVICE_ID_VMWARE_SVGA3 0x0406 #define PCI_DEVICE_ID_VMWARE_SVGA2 0x0405 #define PCI_DEVICE_ID_VMWARE_SVGA 0x0710