aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tslib/tslib/htc-msm7/tslib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tslib/tslib/htc-msm7/tslib.sh')
-rw-r--r--recipes/tslib/tslib/htc-msm7/tslib.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/tslib/tslib/htc-msm7/tslib.sh b/recipes/tslib/tslib/htc-msm7/tslib.sh
new file mode 100644
index 0000000000..d6141f8d66
--- /dev/null
+++ b/recipes/tslib/tslib/htc-msm7/tslib.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# FIXME: Use /dev/input/touchscreen, once we have this logic on all hotplug system
+# Yes, hardcoding the event node is wrong, will fix this eventually
+TSLIB_TSDEVICE=/dev/input/event1
+
+export TSLIB_TSDEVICE