diff options
| author | Christoph Fritz <chf.fritz@googlemail.com> | 2010-03-14 01:26:23 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-03-14 01:37:59 -0500 |
| commit | 31968ecf584330b51a25b7bf881c2b632a02a3fb (patch) | |
| tree | a1392d5517825fcf6449ea2d97d541b994310bb4 | |
| parent | c91ed059a080c6f9a7ba525e5027c65d19115d15 (diff) | |
Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table
ALDI/MEDION netbook E1222 needs to be in the reset quirk list for
its touchpad's proper function.
Reported-by: Michael Fischer <mifi@gmx.de>
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Cc: stable@kernel.org
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
| -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 3696cab40598..ead0494721d0 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
| @@ -442,6 +442,13 @@ static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = { | |||
| 442 | }, | 442 | }, |
| 443 | }, | 443 | }, |
| 444 | { | 444 | { |
| 445 | /* Medion Akoya E1222 */ | ||
| 446 | .matches = { | ||
| 447 | DMI_MATCH(DMI_SYS_VENDOR, "MEDION"), | ||
| 448 | DMI_MATCH(DMI_PRODUCT_NAME, "E122X"), | ||
| 449 | }, | ||
| 450 | }, | ||
| 451 | { | ||
| 445 | /* Mivvy M310 */ | 452 | /* Mivvy M310 */ |
| 446 | .matches = { | 453 | .matches = { |
| 447 | DMI_MATCH(DMI_SYS_VENDOR, "VIOOO"), | 454 | DMI_MATCH(DMI_SYS_VENDOR, "VIOOO"), |
