xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/find-touchscreen.sh (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2
3if grep -q "input:.*-e0.*,3,.*a0,1,\|ads7846" /sys/class/$MDEV/device/modalias ; then
4	ln -sf /dev/$MDEV /dev/input/touchscreen0
5fi
6
7