aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-dmai/touchbook-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/ti-dmai/touchbook-support.patch')
-rw-r--r--recipes/ti/ti-dmai/touchbook-support.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/ti-dmai/touchbook-support.patch b/recipes/ti/ti-dmai/touchbook-support.patch
index a63bb17e7a..da64c5b0d1 100644
--- a/recipes/ti/ti-dmai/touchbook-support.patch
+++ b/recipes/ti/ti-dmai/touchbook-support.patch
@@ -1,10 +1,11 @@
--- /tmp/Cpu.c 2009-09-25 12:41:08.000000000 +0200
+++ davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai/linux/Cpu.c 2009-09-25 12:41:36.000000000 +0200
-@@ -107,6 +107,7 @@
+@@ -107,6 +107,8 @@
}
else if ((strcmp(valBuf,"OMAP3EVM Board") == 0) ||
(strcmp(valBuf, "OMAP3 EVM") == 0) ||
+ (strcmp(valBuf, "OMAP3 Touch Book") == 0) ||
++ (strcmp(valBuf, "IGEP v2.x board") == 0) ||
(strcmp(valBuf, "OMAP3 Beagle Board") == 0)) {
*device = Cpu_Device_OMAP3530;
}