mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Kernel/Graphics: Implement basic support for VMWare SVGA adapter
This commit is contained in:
parent
530aa51816
commit
340773ddb7
Notes:
sideshowbarker
2024-07-17 11:14:38 +09:00
Author: https://github.com/supercomputer7
Commit: 340773ddb7
Pull-request: https://github.com/SerenityOS/serenity/pull/13921
Reviewed-by: https://github.com/linusg
11 changed files with 640 additions and 1 deletions
|
@ -15,7 +15,8 @@ enum VendorID {
|
|||
RedHat = 0x1b36,
|
||||
Realtek = 0x10ec,
|
||||
QEMUOld = 0x1234,
|
||||
VirtualBox = 0x80ee
|
||||
VirtualBox = 0x80ee,
|
||||
VMWare = 0x15ad,
|
||||
};
|
||||
|
||||
enum DeviceID {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue