linux kernel - Getting the Chip Name of sensors being used in Android -
i need modify sensors driver code in android linux kernel. able logical name of sensors present in phone getevent or "sys" file system "gyro","lighsenors" etc. how can actual chip name of sensors (mxt224_ts) maps these logical names.
when looked in linux driver directory, found has separate files each chip many chip can implement functionality single sensor. therefore unable identify actual file being used in device(phone).
the sysfs directory has entry named name
.
Comments
Post a Comment