mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
Meta+LibEDID: Download and generate the PNP ID database
This downloads the UEFI's published PNP ID database and generates a lookup table for use in LibEDID. The lookup table isn't optimized at all, but this can be easily done at a later point if needed.
This commit is contained in:
parent
ab1075e296
commit
869c20b05d
8 changed files with 359 additions and 0 deletions
1
Meta/Lagom/Tools/CodeGenerators/LibEDID/CMakeLists.txt
Normal file
1
Meta/Lagom/Tools/CodeGenerators/LibEDID/CMakeLists.txt
Normal file
|
@ -0,0 +1 @@
|
|||
lagom_tool(GeneratePnpIDsData SOURCES GeneratePnpIDs.cpp LIBS LagomMain)
|
Loading…
Add table
Add a link
Reference in a new issue