diff options
| -rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 40b7d6c0ff17..4a6d05d8210c 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
| @@ -101,6 +101,12 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = { | |||
| 101 | }, | 101 | }, |
| 102 | { | 102 | { |
| 103 | .matches = { | 103 | .matches = { |
| 104 | DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), | ||
| 105 | DMI_MATCH(DMI_PRODUCT_NAME, "X750LN"), | ||
| 106 | }, | ||
| 107 | }, | ||
| 108 | { | ||
| 109 | .matches = { | ||
| 104 | DMI_MATCH(DMI_SYS_VENDOR, "Compaq"), | 110 | DMI_MATCH(DMI_SYS_VENDOR, "Compaq"), |
| 105 | DMI_MATCH(DMI_PRODUCT_NAME , "ProLiant"), | 111 | DMI_MATCH(DMI_PRODUCT_NAME , "ProLiant"), |
| 106 | DMI_MATCH(DMI_PRODUCT_VERSION, "8500"), | 112 | DMI_MATCH(DMI_PRODUCT_VERSION, "8500"), |
