diff options
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index ce27e5385b..4674f7ba1f 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4454,7 +4454,8 @@ #define PCI_DID_INTEL_RPP_P_SMBUS 0x51a3 #define PCI_DID_INTEL_RPP_S_SMBUS 0x7a23 #define PCI_DID_INTEL_LNL_SMBUS 0xa822 -#define PCI_DID_INTEL_PTL_SMBUS 0xe422 +#define PCI_DID_INTEL_PTL_H_SMBUS 0xe422 +#define PCI_DID_INTEL_PTL_U_H_SMBUS 0xe322 /* Intel EHCI device IDs */ #define PCI_DID_INTEL_LPT_H_EHCI_1 0x8c26 |