summaryrefslogtreecommitdiffstats
path: root/meta/packages/busybox/files/find-touchscreen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/busybox/files/find-touchscreen.sh')
-rw-r--r--meta/packages/busybox/files/find-touchscreen.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/packages/busybox/files/find-touchscreen.sh b/meta/packages/busybox/files/find-touchscreen.sh
deleted file mode 100644
index 1582ea891c..0000000000
--- a/meta/packages/busybox/files/find-touchscreen.sh
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/sh
2
3if [ `egrep "input:.*-e0.*,3,.*a0,1,.*18,.*" /sys/class/input/$MDEV/device/modalias|wc -l` -gt 0 ]; then
4 ln -sf /dev/input/$MDEV /dev/input/touchscreen0
5fi
6
7if [ `egrep "ads7846" /sys/class/input/$MDEV/device/modalias|wc -l` -gt 0 ]; then
8 ln -sf /dev/input/$MDEV /dev/input/touchscreen0
9fi