From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:53 +0000 (-0700) Subject: Common header file change that is not relevant to open-vm-tools. X-Git-Tag: stable-10.2.0~635 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef4b195cad27835b8a5fa98fc7e2313e809e812;p=thirdparty%2Fopen-vm-tools.git Common header file change that is not relevant 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 b6a12243c..4e81aa871 100644 --- a/open-vm-tools/lib/include/vm_device_version.h +++ b/open-vm-tools/lib/include/vm_device_version.h @@ -91,7 +91,6 @@ #define PCI_DEVICE_ID_VMWARE_DUMMY 0x0809 -#define PCI_DEVICE_ID_VMWARE_NVDIMM 0x0810 #define PCI_DEVICE_ID_VMWARE_VRDMA 0x0820 /* @@ -336,4 +335,13 @@ DEFINE_GUID(GUID_CLASS_VMWARE_USB_DEVICES, #endif #endif +/* + * Our JEDEC 2 Manufacturer ID number is 2 in bank 10. Our number is nine + * bytes of continuation code (with an odd parity bit in bit 7) followed by the + * number itself. + * + */ +#define JEDEC_VENDOR_ID_VMWARE 0x289 +#define JEDEC_DEVICE_ID_VMWARE_NVDIMM 0x0 + #endif /* VM_DEVICE_VERSION_H */