diff options
Diffstat (limited to 'meta/packages/busybox/files/find-touchscreen.sh')
| -rw-r--r-- | meta/packages/busybox/files/find-touchscreen.sh | 9 |
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 | |||
| 3 | if [ `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 | ||
| 5 | fi | ||
| 6 | |||
| 7 | if [ `egrep "ads7846" /sys/class/input/$MDEV/device/modalias|wc -l` -gt 0 ]; then | ||
| 8 | ln -sf /dev/input/$MDEV /dev/input/touchscreen0 | ||
| 9 | fi | ||
