Re: [PATCH] tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision
From: Christopher Covington <hidden>
Date: 2017-02-28 04:02:44
Also in:
linux-arm-kernel
From: Christopher Covington <hidden>
Date: 2017-02-28 04:02:44
Also in:
linux-arm-kernel
--- a/drivers/acpi/spcr.c +++ b/drivers/acpi/spcr.c@@ -30,7 +30,7 @@ static bool qdf2400_erratum_44_present(structacpi_table_header *h) return true; if (!memcmp(h->oem_table_id, "QDF2400 ", ACPI_OEM_TABLE_ID_SIZE) && - h->oem_revision == 0) + h->oem_revision == 1)
You might want to make this <= 1 and also change firmware to 0 so that new firmware with old kernels, new kernels with old firmware, and new kernels with new firmware all get the workaround applied. Regards, Cov -- Sent from my Android device with K-9 Mail. Please excuse my brevity.