summaryrefslogtreecommitdiff
path: root/Kernel/Bus/PCI
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Bus/PCI')
-rw-r--r--Kernel/Bus/PCI/IDs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Kernel/Bus/PCI/IDs.h b/Kernel/Bus/PCI/IDs.h
index ddad4992e8..dc393baf91 100644
--- a/Kernel/Bus/PCI/IDs.h
+++ b/Kernel/Bus/PCI/IDs.h
@@ -15,7 +15,8 @@ enum VendorID {
RedHat = 0x1b36,
Realtek = 0x10ec,
QEMUOld = 0x1234,
- VirtualBox = 0x80ee
+ VirtualBox = 0x80ee,
+ VMWare = 0x15ad,
};
enum DeviceID {