The hardware ID is a special "fallback" identifier used in modern firmware to bridge the gap between two different ways computers describe their hardware: ACPI (common in Windows/PCs) and Device Tree (common in Linux/Embedded systems). Why is it "interesting"?
In essence, when an ACPI device node has _HID set to PRP0001 , it tells the OS: "Don't look for a standard ACPI driver; instead, treat this device as if it were described by a Device Tree (DT) node. Look for a compatible string in my _DSD (Device Specific Data) properties." acpi prp0001 0
Now armed with this knowledge, go forth and tame your boot logs. ACPI\PRP0001\0 The hardware ID is a special "fallback"
: Users often encounter this ID when installing Windows on devices like the Steam Deck or Chromebooks. On these systems, it often refers to: Google Audio SPI Devices . Correct DSDT/SSDT AML to follow ACPI spec: proper
acpi.prp0001=0
Мы используем файлы cookie для улучшения работы сайта и персонализации контента. Продолжая использовать сайт, вы соглашаетесь с нашей Пользовательским соглашением и Политикой конфиденциальности.