From: Christoph Fritz Date: Sun, 14 Mar 2010 06:26:23 +0000 (-0800) Subject: Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table X-Git-Tag: v2.6.33.2~146 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ad39fbecc30503ad6a332a0ca4190c5656bf7a76;p=karo-tx-linux.git Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table commit 31968ecf584330b51a25b7bf881c2b632a02a3fb upstream. ALDI/MEDION netbook E1222 needs to be in the reset quirk list for its touchpad's proper function. Reported-by: Michael Fischer Signed-off-by: Christoph Fritz Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 2a5982e532f8..525b9b936ff5 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -441,6 +441,13 @@ static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "E1210"), }, }, + { + /* Medion Akoya E1222 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "MEDION"), + DMI_MATCH(DMI_PRODUCT_NAME, "E122X"), + }, + }, { /* Mivvy M310 */ .matches = {