From 51f8066661bcf1fa81e29dd53e71171e4b865d81 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Thu, 5 Jan 2006 23:00:38 -0500 Subject: [PATCH] --- yaml --- r: 16799 b: refs/heads/master c: 6020bafc9e30e04f4db65298d00e8e28ffb40652 h: refs/heads/master i: 16797: 2f57aac9cbd11898190b64703ad8f70129ca2f34 16795: 66bee546088ea60d261ec2c3abe4d2f7abf87839 16791: 9e3a0769b841bbd9534b6a80df120384b7a69339 16783: ef04fe1eed83a0bae8188fdee3f660ee61e04262 16767: cbc6674aadbd3e7458b5977b527d7a01bb8224a9 v: v3 --- [refs] | 2 +- trunk/drivers/input/serio/i8042-x86ia64io.h | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7bc6213987cd..6b7a75f7d768 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f85145c5825a6f1fdf83e6c48e788dd3117c39a +refs/heads/master: 6020bafc9e30e04f4db65298d00e8e28ffb40652 diff --git a/trunk/drivers/input/serio/i8042-x86ia64io.h b/trunk/drivers/input/serio/i8042-x86ia64io.h index 057beca1986a..2d2f9fb3aded 100644 --- a/trunk/drivers/input/serio/i8042-x86ia64io.h +++ b/trunk/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"), + }, + }, { } };