Acpi Prp0001: 0 |link|
Newer kernels contain more compatible strings.
| | Summary | |---|---| | What it is | A special ACPI Hardware ID ( PRP0001 ) that tells Linux to match a device using Device Tree compatible strings instead of ACPI IDs. | | Primary use case | Enabling Linux drivers written for Device Tree systems to operate on ACPI platforms without any driver modifications. | | Syntax requirement | Device object must contain Name (_HID, "PRP0001") and a compatible property inside a _DSD package. | | Optional fallback | Use _CID("PRP0001") alongside an official _HID for transitional support. | | Bus support | Works with platform devices, I²C, and SPI. Does not work with PCI or USB. | | Windows compatibility | Not directly supported. Windows treats PRP0001 devices as unknown hardware unless a vendor provides a specific driver INF file. | | Kernel requirements | Linux kernel 4.1+ for basic support; 5.4+ for full I²C PRP0001 enumeration; 6.14+ for improved match data handling. | | Most common trouble | PRP0001 devices appear in Windows Device Manager without drivers; Linux i2c-PRP0001:XX generic names; missing match data for Rust drivers. | acpi prp0001 0
Select from the dropdown. If you see PRP0001 , confirm if there are other IDs like VEN_VLV&DEV_0100 which can help narrow down the specific manufacturer. Use Windows Update : Newer kernels contain more compatible strings
)
Device (TMP0)
Choose and point it to the folder where you unzipped the official drivers. | | Syntax requirement | Device object must