summaryrefslogtreecommitdiffstats
path: root/root/linux/i8042-x86ia64io.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'root/linux/i8042-x86ia64io.h.patch')
-rw-r--r--root/linux/i8042-x86ia64io.h.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/root/linux/i8042-x86ia64io.h.patch b/root/linux/i8042-x86ia64io.h.patch
new file mode 100644
index 0000000..350172f
--- /dev/null
+++ b/root/linux/i8042-x86ia64io.h.patch
@@ -0,0 +1,21 @@
+diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
+index 4b0201c..b5240b1 100644
+--- a/drivers/input/serio/i8042-x86ia64io.h
++++ b/drivers/input/serio/i8042-x86ia64io.h
+@@ -146,6 +146,16 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
+ },
+ .driver_data = (void *)(SERIO_QUIRK_RESET_NEVER)
+ },
++ /*
++ * Above issue also appears on Dell Latitude D630
++ */
++ {
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "Latitude D630"),
++ },
++ .driver_data = (void *)(SERIO_QUIRK_RESET_NEVER)
++ },
+ {
+ /* ASUS P65UP5 - AUX LOOP command does not raise AUX IRQ */
+ .matches = {