diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2010-01-11 02:59:05 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-01-11 03:07:30 -0500 |
| commit | e6edbdc52bc0755cbfe0721ca91d4fd87649bc13 (patch) | |
| tree | 945d531b6d0848b75852be3664902f75bc328f79 /drivers/input | |
| parent | dd38d6889dc5dae2014d9eac72fae32f477f294e (diff) | |
Input: i8042 - add Dritek quirk for Acer Aspire 5610.
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 64b688daf48a..2a5982e532f8 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
| @@ -524,6 +524,13 @@ static const struct dmi_system_id __initconst i8042_dmi_laptop_table[] = { | |||
| 524 | */ | 524 | */ |
| 525 | static const struct dmi_system_id __initconst i8042_dmi_dritek_table[] = { | 525 | static const struct dmi_system_id __initconst i8042_dmi_dritek_table[] = { |
| 526 | { | 526 | { |
| 527 | /* Acer Aspire 5610 */ | ||
| 528 | .matches = { | ||
| 529 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | ||
| 530 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5610"), | ||
| 531 | }, | ||
| 532 | }, | ||
| 533 | { | ||
| 527 | /* Acer Aspire 5630 */ | 534 | /* Acer Aspire 5630 */ |
| 528 | .matches = { | 535 | .matches = { |
| 529 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | 536 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), |
