diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2008-01-30 16:34:12 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-01-30 16:34:12 -0500 |
commit | 5799ddb54e829c92b23b7a3bf5133923cb908116 (patch) | |
tree | 3ecd3228249a4c918fe5e71ffe60e0431c761563 /drivers/input | |
parent | e17bb1de3b7f7569152c71a51e0bafe5419ab54a (diff) |
Input: i8042 - add Dritek quirk for Acer Aspire 9110
The Acer Aspire 9110 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/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 4f6384d8e090..0ceb84dc90fc 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -310,6 +310,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = { | |||
310 | }, | 310 | }, |
311 | }, | 311 | }, |
312 | { | 312 | { |
313 | .ident = "Acer Aspire 9110", | ||
314 | .matches = { | ||
315 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | ||
316 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 9110"), | ||
317 | }, | ||
318 | }, | ||
319 | { | ||
313 | .ident = "Acer TravelMate 2490", | 320 | .ident = "Acer TravelMate 2490", |
314 | .matches = { | 321 | .matches = { |
315 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | 322 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), |