I.MX6 Linux 自动获取AR1020 event input节点

Posted zengjf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了I.MX6 Linux 自动获取AR1020 event input节点相关的知识,希望对你有一定的参考价值。

/***********************************************************************
 *             I.MX6 Linux 自动获取AR1020 event input节点
 * 说明:
 *     本文主要记录如何自动获取AR1020 SPI电阻Touch产生的设备节点。
 *
 *                                     2016-4-5 深圳 南山平山村 曾剑锋
 **********************************************************************/

cat /etc/profile
    ......
    while [ -z $touchEvent ]
    do
        inputCheckLine=`cat /proc/bus/input/devices | grep -n "AR1020" | grep "Touchscreen"| awk -F: {print $1}`
        touchEvent=`sed -n "$((${inputCheckLine}+4))p" /proc/bus/input/devices | grep -o "event."`
        usleep 10
    done
    ......

 

以上是关于I.MX6 Linux 自动获取AR1020 event input节点的主要内容,如果未能解决你的问题,请参考以下文章

I.MX6 SHT20 Linux 驱动移植

I.MX6 android BatteryService jni hacking

攻城狮分享丨i.MX6X的uboot自动适配logo的配置方案

Linux驱动开发:汇编LED灯实验(I.MX6UL芯片)

i.MX6ULL应用移植 | 移植wireless tools到Linux开发板(29 version)

i.MX6ULL应用移植 | 移植wireless tools到Linux开发板(29 version)