From: Ben Collins Date: Fri, 6 Jan 2006 04:00:38 +0000 (-0500) Subject: Input: i8042 - add OQO Zepto to noloop dmi table. X-Git-Tag: v3.12-rc1~39303^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6020bafc9e30e04f4db65298d00e8e28ffb40652;p=kernel%2Fkernel-generic.git Input: i8042 - add OQO Zepto to noloop dmi table. Signed-off-by: Ben Collins Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 057beca..2d2f9fb 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -84,6 +84,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = { DMI_MATCH(DMI_PRODUCT_VERSION, "DL760"), }, }, + { + .ident = "OQO Model 01", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "OQO"), + DMI_MATCH(DMI_PRODUCT_NAME, "ZEPTO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "00"), + }, + }, { } };