From: Mikhail Bratchikov Date: Mon, 30 May 2022 15:21:57 +0000 (+0300) Subject: lib: Fix PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP X-Git-Tag: v3.9.0~23 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c84f53521902a63b98cb08555c28d576707f0224;p=pciutils.git lib: Fix PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP --- diff --git a/lib/header.h b/lib/header.h index 165c49c..fb845ed 100644 --- a/lib/header.h +++ b/lib/header.h @@ -1295,7 +1295,7 @@ #define PCI_L1PM_SUBSTAT_CAP_PM_L11 0x2 /* PCI-PM L1.1 Supported */ #define PCI_L1PM_SUBSTAT_CAP_ASPM_L12 0x4 /* ASPM L1.2 Supported */ #define PCI_L1PM_SUBSTAT_CAP_ASPM_L11 0x8 /* ASPM L1.1 Supported */ -#define PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP 0x16 /* L1 PM Substates supported */ +#define PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP 0x10 /* L1 PM Substates supported */ #define PCI_L1PM_SUBSTAT_CTL1 0x8 /* L1 PM Substate Control 1 */ #define PCI_L1PM_SUBSTAT_CTL1_PM_L12 0x1 /* PCI-PM L1.2 Enable */ #define PCI_L1PM_SUBSTAT_CTL1_PM_L11 0x2 /* PCI-PM L1.1 Enable */