Thread (6 messages) 6 messages, 3 authors, 2017-02-28
STALE3398d

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


quoted hunk ↗ jump to hunk
--- a/drivers/acpi/spcr.c
+++ b/drivers/acpi/spcr.c
@@ -30,7 +30,7 @@ static bool qdf2400_erratum_44_present(struct
acpi_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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help