[PATCH] [UBUNTU:drivers/input/serio/i8042-x86ia64io.h] OQO handle noloop support.
Chuck Short
zulcss at gmail.com
Sat Nov 19 02:46:12 UTC 2005
Adds to the dmidecode to the i8042_no_loop dmi_table. Closes #9095.
Upstream: Ubuntu only
Signed-off-by: Chuck Short <zulcss at gmail.com>
---
drivers/input/serio/i8042-x86ia64io.h | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
applies-to: 90d23d4fd87e54cf2777d6aebdedb8a0e33c2510
5fa691fa0e72d857cb6dcefac1c585c41013ffdc
diff --git a/drivers/input/serio/i8042-x86ia64io.h
b/drivers/input/serio/i8042-x86ia64io.h
index 273bb3b..68f0d02 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 i
DMI_MATCH(DMI_PRODUCT_VERSION, "DL760"),
},
},
+ {
+ .ident = "OQO Model 01",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "OQO"),
+ DMI_MATCH(DMI_SYS_NAME, "ZEPTO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "00"),
+ },
+ },
{ }
};
More information about the kernel-team
mailing list