mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
This change adds a new uefi firmware type device entry for the .hwids section. It also adds necessary changes for ukify.py.
10 lines
227 B
JSON
10 lines
227 B
JSON
{
|
|
"type": "devicetree",
|
|
"name": "Example Laptop 16 Gen 7",
|
|
"compatible": "example,laptop-16-g7",
|
|
"hwids": [
|
|
"5dc05bf4-01f6-4089-b464-a08c47ea9295",
|
|
"3e3f8f3c-2003-46f2-811c-85554f7d5952"
|
|
]
|
|
}
|