ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags.
The field is actually 2 bits, not 1. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
34ea065e5e
commit
4cc0909ef2
|
@ -87,7 +87,9 @@ const char *acpi_gbl_io_decode[] = {
|
|||
|
||||
const char *acpi_gbl_ll_decode[] = {
|
||||
"ActiveHigh",
|
||||
"ActiveLow"
|
||||
"ActiveLow",
|
||||
"ActiveBoth",
|
||||
"Reserved"
|
||||
};
|
||||
|
||||
const char *acpi_gbl_max_decode[] = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user