From 869c20b05dba6230d96166f2a5b74e823653274a Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 17 Jan 2022 16:53:17 -0700 Subject: 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. --- Userland/Libraries/LibEDID/EDID.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Userland/Libraries/LibEDID/EDID.h') diff --git a/Userland/Libraries/LibEDID/EDID.h b/Userland/Libraries/LibEDID/EDID.h index da966708cd..5cb1317164 100644 --- a/Userland/Libraries/LibEDID/EDID.h +++ b/Userland/Libraries/LibEDID/EDID.h @@ -83,6 +83,10 @@ public: #endif String legacy_manufacturer_id() const; +#ifndef KERNEL + String manufacturer_name() const; +#endif + u16 product_code() const; u32 serial_number() const; -- cgit v1.2.3