Commit 4cc0909e authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki

ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags.

The field is actually 2 bits, not 1.
Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 34ea065e
...@@ -87,7 +87,9 @@ const char *acpi_gbl_io_decode[] = { ...@@ -87,7 +87,9 @@ const char *acpi_gbl_io_decode[] = {
const char *acpi_gbl_ll_decode[] = { const char *acpi_gbl_ll_decode[] = {
"ActiveHigh", "ActiveHigh",
"ActiveLow" "ActiveLow",
"ActiveBoth",
"Reserved"
}; };
const char *acpi_gbl_max_decode[] = { const char *acpi_gbl_max_decode[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment