https://bugzilla.kernel.org/show_bug.cgi?id=217726

--- Comment #15 from Mario Limonciello (AMD) (mario.limoncie...@amd.com) ---
And you can see if this patch works for both keyboard and mouse instead.

diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
index b74d7d8cc8630..6fc8ac1c9e84b 100644
--- a/drivers/acpi/resource.c
+++ b/drivers/acpi/resource.c
@@ -19,7 +19,7 @@
 #include <linux/dmi.h>

 #ifdef CONFIG_X86
-#define valid_IRQ(i) (((i) != 0) && ((i) != 2))
+#define valid_IRQ(i) (((i) > 2) && && ((i) != 12))
 static inline bool acpi_iospace_resource_valid(struct resource *res)
 {
        /* On X86 IO space is limited to the [0 - 64K] IO port range */

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to