diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2008-07-07 08:55:31 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-07-07 09:01:23 -0400 |
commit | 0e7e92fa3c55eee0047ee894b7eb8eb2362d83d9 (patch) | |
tree | 494d88c203d7c50f044be857d6728803e3acd76d /drivers | |
parent | ec42d4481e36cbdb5b2801f957e678211a9e5ae2 (diff) | |
download | linux-3.10-0e7e92fa3c55eee0047ee894b7eb8eb2362d83d9.tar.gz linux-3.10-0e7e92fa3c55eee0047ee894b7eb8eb2362d83d9.tar.bz2 linux-3.10-0e7e92fa3c55eee0047ee894b7eb8eb2362d83d9.zip |
Input: i8042 - add Dritek quirk for Acer Aspire 5720
The Acer Aspire 5720 series also requires the Dritek quirk
to enable the extra scancodes.
Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers')
-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 2e8b0333fb4..5d46d6491bf 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -358,6 +358,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = { }, }, { + .ident = "Acer Aspire 5720", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5720"), + }, + }, + { .ident = "Acer Aspire 9110", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Acer"), |