mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 15:43:36 +03:00
23 lines
735 B
Diff
23 lines
735 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Liav A <liavalb@gmail.com>
|
|
Date: Fri, 1 Apr 2022 11:01:13 +0300
|
|
Subject: [PATCH] Use serenity's firmware binary path
|
|
|
|
---
|
|
dmidecode.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/dmidecode.c b/dmidecode.c
|
|
index cd2b5c9..49bf30e 100644
|
|
--- a/dmidecode.c
|
|
+++ b/dmidecode.c
|
|
@@ -90,7 +90,7 @@ static const char *bad_index = "<BAD INDEX>";
|
|
#define FLAG_NO_FILE_OFFSET (1 << 0)
|
|
#define FLAG_STOP_AT_EOT (1 << 1)
|
|
|
|
-#define SYS_FIRMWARE_DIR "/sys/firmware/dmi/tables"
|
|
+#define SYS_FIRMWARE_DIR "/sys/firmware/bios"
|
|
#define SYS_ENTRY_FILE SYS_FIRMWARE_DIR "/smbios_entry_point"
|
|
#define SYS_TABLE_FILE SYS_FIRMWARE_DIR "/DMI"
|
|
|