#Touch orientation
#Touch Orientation
#Requirements:
- System mounted as RW
- Booted into Debug mode (or using root and terminal)
- Knowledge on how to use common linux commands like cat, ls, etc.
#Process:
First, you are going to want to get your device uevent from /sys/class/dmi/id/uevent:
Then find a good string to look for from it, like we do here
Your device may also require a couple accel opt_scale options too. Example:
Once done, save the file and reboot. If it works, please submit the changes as a PR to our device_generic_common repo