summaryrefslogtreecommitdiff
path: root/source/compiler/aslrestype2s.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2011-07-14 15:00:49 -0700
committerLin Ming <ming.m.lin@intel.com>2011-11-10 10:10:23 +0800
commit99a0294f18ceba0f4e46607b6846d4dabff99626 (patch)
tree0ba3db7a91d0de73665c798a924bff66362605e1 /source/compiler/aslrestype2s.c
parent83292d7c254e2d52bd3f5aa44bfaa07ca01d2842 (diff)
downloadacpica-99a0294f18ceba0f4e46607b6846d4dabff99626.tar.gz
ACPI 5.0/iasl: Update descriptor names.
Diffstat (limited to 'source/compiler/aslrestype2s.c')
-rw-r--r--source/compiler/aslrestype2s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/aslrestype2s.c b/source/compiler/aslrestype2s.c
index c078d967f..d1b4b6313 100644
--- a/source/compiler/aslrestype2s.c
+++ b/source/compiler/aslrestype2s.c
@@ -360,7 +360,7 @@ RsDoGpioIntDescriptor (
Descriptor = Rnode->Buffer;
Descriptor->GpioInt.ResourceLength = DescriptorSize;
- Descriptor->GpioInt.DescriptorType = ACPI_RESOURCE_NAME_GPIO_INT;
+ Descriptor->GpioInt.DescriptorType = ACPI_RESOURCE_NAME_GPIO;
Descriptor->GpioInt.RevisionId = AML_RESOURCE_GPIO_REVISION;
Descriptor->GpioInt.ConnectionType = AML_RESOURCE_GPIO_TYPE_INT;
@@ -559,7 +559,7 @@ RsDoGpioIoDescriptor (
Descriptor = Rnode->Buffer;
Descriptor->GpioIo.ResourceLength = DescriptorSize;
- Descriptor->GpioIo.DescriptorType = ACPI_RESOURCE_NAME_GPIO_IO;
+ Descriptor->GpioIo.DescriptorType = ACPI_RESOURCE_NAME_GPIO;
Descriptor->GpioIo.RevisionId = AML_RESOURCE_GPIO_REVISION;
Descriptor->GpioIo.ConnectionType = AML_RESOURCE_GPIO_TYPE_IO;