Acpi — Ifx0102
PNP0C31 is the official Plug-and-Play ID for a TPM. So IFX0102 is Infineon’s vendor-specific HID, while PNP0C31 is the generic class ID.
Name (_HID, "IFX0102") Name (_CID, "PNP0C31") // TPM 1.2 Compatibility ID Name (_UID, 1) Method (_STA, 0, NotSerialized) Return (0x0F) acpi ifx0102
Device (TPM)
So, ACPI IFX0102 = chip attached via the LPC bus and exposed through ACPI firmware. 2. What It Actually Is: TPM 1.2 The IFX0102 is a TPM (Trusted Platform Module) 1.2 device, typically the Infineon SLB 9635 TT 1.2 or similar. PNP0C31 is the official Plug-and-Play ID for a TPM







