diff options
author | Francesco Ruggeri <fruggeri@arista.com> | 2014-09-24 10:12:41 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-09-24 11:52:09 -0600 |
commit | 94e57fea62020dbf6e5d0093eabcd28366e86044 (patch) | |
tree | a1e34adb05df56c48397a5ec5de7cf4a5f3088f8 /include/linux/pci_ids.h | |
parent | 63ddc0b8fe5ebbac88e2ac84b489470bf3a22965 (diff) |
PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h
Move PCI_VENDOR_ID_VMWARE from device-specific files to pci_ids.h.
It is useful to always have access to it, especially when accessing
subsystem_vendor_id on emulated devices.
[bhelgaas: keep pci_ids.h sorted and use lower-case hex]
Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 6ed0bb73a864..da9e6f753196 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2245,6 +2245,8 @@ #define PCI_VENDOR_ID_MORETON 0x15aa #define PCI_DEVICE_ID_RASTEL_2PORT 0x2000 +#define PCI_VENDOR_ID_VMWARE 0x15ad + #define PCI_VENDOR_ID_ZOLTRIX 0x15b0 #define PCI_DEVICE_ID_ZOLTRIX_2BD0 0x2bd0 |